misc: moto_bmp085: Disable debug messages
authorMike Corrigan <michael.corrigan@motorola.com>
Fri, 17 Dec 2010 18:04:18 +0000 (12:04 -0600)
committerRebecca 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

index 651197b8cd8339fe4596a6716a52751b42c5f3ea..4973a32593e2450efd4420736ef3186d1bf2a16d 100644 (file)
@@ -116,7 +116,7 @@ struct bmp085_reg {
        {"EE_MD_L", BMP085_EEPROM_MD_L},
 };
 #endif
-static uint32_t bmp085_debug = 0x01;
+static uint32_t bmp085_debug = 0x00;
 module_param_named(baro_debug, bmp085_debug, uint, 0664);
 
 #define I2C_RETRY_DELAY                5