From: Ziggy Date: Sat, 20 Apr 2013 18:50:30 +0000 (-0400) Subject: Disable power debugging X-Git-Url: https://www.ziggy471.com/git/gitweb.cgi?p=ziggy471-sgs3-jb.git;a=commitdiff;h=97640a4410be03603901917ebfa8aa88cd30a369 Disable power debugging Signed-off-by: Ziggy --- --- 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 );