Disable power debugging

file:aa16c8f404812193a2ea5c156d9a2a969d0a9bd3 -> file:ca9f24828dbae22f65989ca194fba41bdfea23b2
--- a/arch/arm/mach-msm/pm-8x60.c
+++ b/arch/arm/mach-msm/pm-8x60.c
@@ -73,7 +73,7 @@ enum {
MSM_PM_DEBUG_HOTPLUG = BIT(8),
};
-static int msm_pm_debug_mask = 319;
+static int msm_pm_debug_mask = 1;
module_param_named(
debug_mask, msm_pm_debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP
);