mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-01-27 17:26:47 +00:00
rmnet: Disable logging
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com> Signed-off-by: engstk <eng.stk@sapo.pt> Signed-off-by: mcdachpappe <noreference@web.de>
This commit is contained in:
committed by
DhineshCool
parent
316d2cdd43
commit
cda3947db6
@@ -25,7 +25,7 @@
|
||||
#include "rmnet_data_trace.h"
|
||||
|
||||
/* Module Parameters */
|
||||
unsigned int rmnet_data_log_level = RMNET_LOG_LVL_ERR | RMNET_LOG_LVL_HI;
|
||||
unsigned int rmnet_data_log_level;
|
||||
module_param(rmnet_data_log_level, uint, 0644);
|
||||
MODULE_PARM_DESC(log_level, "Logging level");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user