From 0745abb1508196df35c916dc8117717d4a97dafb Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 1 Jun 2010 17:31:33 -0700 Subject: [PATCH] misc: max9635: Disable debug messages by default Change-Id: I648540c9765ca14d43fb17995786a80d15991518 --- drivers/misc/max9635.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/max9635.c b/drivers/misc/max9635.c index df943c13539c..c582f5794836 100644 --- a/drivers/misc/max9635.c +++ b/drivers/misc/max9635.c @@ -87,7 +87,7 @@ static void max9635_early_suspend(struct early_suspend *handler); static void max9635_late_resume(struct early_suspend *handler); #endif -static uint32_t max9635_debug = 0xff; +static uint32_t max9635_debug = 0x00; module_param_named(als_debug, max9635_debug, uint, 0664); static int max9635_read_reg(struct max9635_data *als_data, u8 * buf, int len) -- 2.34.1