msm: cpr-regulator: enable CPR_DEBUG_MASK_IRQ by default
A storm of CPR interrupts was found on some incorrectly fused parts.
Enable IRQ debug messages to catch the issue so that we can identify
the bad parts based upon the kernel log.
Change-Id: Ifa574fafffe696b67cfe9e933e83af9083673bc6
Signed-off-by: Willie Ruan <wruan@codeaurora.org>
diff --git a/arch/arm/mach-msm/cpr-regulator.c b/arch/arm/mach-msm/cpr-regulator.c
index 6f08132..0395c4d 100644
--- a/arch/arm/mach-msm/cpr-regulator.c
+++ b/arch/arm/mach-msm/cpr-regulator.c
@@ -203,7 +203,7 @@
#define CPR_DEBUG_MASK_IRQ BIT(0)
#define CPR_DEBUG_MASK_API BIT(1)
-static int cpr_debug_enable;
+static int cpr_debug_enable = CPR_DEBUG_MASK_IRQ;
static int cpr_enable;
static struct cpr_regulator *the_cpr;