power: msm_battery: Disable DEBUG option to reduce log messages.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
Taniya Das
2011-07-19 12:55:28 +05:30
committed by Bryan Huntsman
parent cf45f6adec
commit d06ac74275

View File

@@ -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>