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:
8ea4735
)
misc: moto_bmp085: Disable debug messages
author
Mike Corrigan
<michael.corrigan@motorola.com>
Fri, 17 Dec 2010 18:04:18 +0000
(12:04 -0600)
committer
Rebecca Schultz Zavin
<rebecca@android.com>
Mon, 20 Dec 2010 22:52:05 +0000
(14:52 -0800)
Change-Id: I3bdcafa3b1cba636ce8cd2a6d0d87990db677b84
Signed-off-by: Mike Corrigan <michael.corrigan@motorola.com>
drivers/misc/moto_bmp085.c
patch
|
blob
|
history
diff --git
a/drivers/misc/moto_bmp085.c
b/drivers/misc/moto_bmp085.c
index 651197b8cd8339fe4596a6716a52751b42c5f3ea..4973a32593e2450efd4420736ef3186d1bf2a16d 100644
(file)
--- a/
drivers/misc/moto_bmp085.c
+++ b/
drivers/misc/moto_bmp085.c
@@
-116,7
+116,7
@@
struct bmp085_reg {
{"EE_MD_L", BMP085_EEPROM_MD_L},
};
#endif
-static uint32_t bmp085_debug = 0x0
1
;
+static uint32_t bmp085_debug = 0x0
0
;
module_param_named(baro_debug, bmp085_debug, uint, 0664);
#define I2C_RETRY_DELAY 5