From: Colin Cross Date: Wed, 2 Jun 2010 00:31:33 +0000 (-0700) Subject: misc: max9635: Disable debug messages by default X-Git-Tag: firefly_0821_release~9834^2~867 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0745abb1508196df35c916dc8117717d4a97dafb;p=firefly-linux-kernel-4.4.55.git misc: max9635: Disable debug messages by default Change-Id: I648540c9765ca14d43fb17995786a80d15991518 --- 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)