projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517299
)
misc: max9635: Disable debug messages by default
author
Colin Cross
<ccross@android.com>
Wed, 2 Jun 2010 00:31:33 +0000
(17:31 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:33:02 +0000
(16:33 -0700)
Change-Id: I648540c9765ca14d43fb17995786a80d15991518
drivers/misc/max9635.c
patch
|
blob
|
history
diff --git
a/drivers/misc/max9635.c
b/drivers/misc/max9635.c
index df943c13539c5d12eee1f71197f3f07614308abd..c582f57948365c8f726d097aaae4b95a3a1cee86 100644
(file)
--- 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 = 0x
ff
;
+static uint32_t max9635_debug = 0x
00
;
module_param_named(als_debug, max9635_debug, uint, 0664);
static int max9635_read_reg(struct max9635_data *als_data, u8 * buf, int len)