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:
parent
3e7a8cf8a8
commit
ab4c04bef6
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue