>From d0931ad5b6de9ec953493d48f565744dbc6d3c40 Mon Sep 17 00:00:00 2001 From: Zheng Ba <[email protected]> Date: Thu, 9 Sep 2010 13:26:50 +0800 Subject: [PATCH] Set ISP default debug level to 0 to avoid noise in dmesg.
Set ISP default debug level to 0 to avoid noise in dmesg. Signed-off-by: Shenbo Huang <[email protected]> --- drivers/staging/mrstci/mrstisp/mrstisp_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/mrstci/mrstisp/mrstisp_main.c b/drivers/staging/mrstci/mrstisp/mrstisp_main.c index 74f76a1..453c6dc 100644 --- a/drivers/staging/mrstci/mrstisp/mrstisp_main.c +++ b/drivers/staging/mrstci/mrstisp/mrstisp_main.c @@ -31,7 +31,7 @@ #define GPIO_STDBY2_PIN 49 #define GPIO_RESET_PIN 50 -int mrstisp_debug = 2; +int mrstisp_debug; module_param(mrstisp_debug, int, 0644); /* For some reason ISP needs some "extra syncs" with sensor mt9d113 */ int isp_extra_sync_for_mt9d113; -- 1.7.0.4 _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
