diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm-debug.c')
| -rw-r--r-- | arch/arm/mach-omap2/pm-debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c index ea5a306d1f1..94036241cec 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c @@ -45,7 +45,7 @@ u32 enable_off_mode;   * global_disable_off_mode supercedes enable_off_mode and keeps   * offmode disabled as long as it is set   */ -bool global_disable_off_mode = 1; +bool global_disable_off_mode = 0;  module_param(global_disable_off_mode, bool, 0644);  #ifdef CONFIG_DEBUG_FS  |