msm: mhi: Enable log level sysfs for MHI UCI

Enable log level sysfs attribute for MHI UCI
to enable different verbosity levels at runtime to the IPC log.

CRs-Fixed: 734010
Change-Id: I866b5bebb08257ac120de565a7b2a83b8e831a1a
Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
This commit is contained in:
Andrei Danaila 2014-10-03 11:51:17 -07:00 committed by David Keitel
parent 3e7a8cf8a8
commit ab4c04bef6

View file

@ -225,6 +225,9 @@ struct mhi_uci_ctxt_t {
module_param(mhi_uci_msg_lvl , uint, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(mhi_uci_msg_lvl, "uci dbg lvl");
module_param(mhi_uci_ipc_log_lvl, uint, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(mhi_uci_ipc_log_lvl, "ipc dbg lvl");
static ssize_t mhi_uci_client_read(struct file *file, char __user *buf,
size_t count, loff_t *offp);
static ssize_t mhi_uci_client_write(struct file *file,