power: msm_battery: Disable DEBUG option to reduce log messages.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
committed by
Bryan Huntsman
parent
cf45f6adec
commit
d06ac74275
@@ -15,7 +15,7 @@
|
|||||||
* this needs to be before <linux/kernel.h> is loaded,
|
* this needs to be before <linux/kernel.h> is loaded,
|
||||||
* and <linux/sched.h> loads <linux/kernel.h>
|
* and <linux/sched.h> loads <linux/kernel.h>
|
||||||
*/
|
*/
|
||||||
#define DEBUG 1
|
#define DEBUG 0
|
||||||
|
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/earlysuspend.h>
|
#include <linux/earlysuspend.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user