commit | d06ac74275f7743c60ab5462c9e5d0012508bb07 | [log] [tgz] |
---|---|---|
author | Taniya Das <tdas@codeaurora.org> | Tue Jul 19 12:55:28 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:01 2011 -0700 |
tree | 4337ca11e80315ec8c64afeae23f19cc769fb26e | |
parent | cf45f6adece2ee2cb02c0c08883dc92b258ac153 [diff] [blame] |
power: msm_battery: Disable DEBUG option to reduce log messages. Signed-off-by: Taniya Das <tdas@codeaurora.org>
diff --git a/drivers/power/msm_battery.c b/drivers/power/msm_battery.c index 464a1b5..0555399 100644 --- a/drivers/power/msm_battery.c +++ b/drivers/power/msm_battery.c
@@ -15,7 +15,7 @@ * this needs to be before <linux/kernel.h> is loaded, * and <linux/sched.h> loads <linux/kernel.h> */ -#define DEBUG 1 +#define DEBUG 0 #include <linux/slab.h> #include <linux/earlysuspend.h>