misc: max9635: Disable debug messages by default
authorColin Cross <ccross@android.com>
Wed, 2 Jun 2010 00:31:33 +0000 (17:31 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:02 +0000 (16:33 -0700)
Change-Id: I648540c9765ca14d43fb17995786a80d15991518

drivers/misc/max9635.c

index df943c13539c5d12eee1f71197f3f07614308abd..c582f57948365c8f726d097aaae4b95a3a1cee86 100644 (file)
@@ -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)