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 5b6ae1e88e01..0ce356f351a3 100644 --- a/arch/arm/mach-omap2/pm-debug.c +++ b/arch/arm/mach-omap2/pm-debug.c | |||
@@ -577,7 +577,7 @@ static int __init pm_dbg_init(void) | |||
577 | (void) debugfs_create_file("time", S_IRUGO, | 577 | (void) debugfs_create_file("time", S_IRUGO, |
578 | d, (void *)DEBUG_FILE_TIMERS, &debug_fops); | 578 | d, (void *)DEBUG_FILE_TIMERS, &debug_fops); |
579 | 579 | ||
580 | pwrdm_for_each_nolock(pwrdms_setup, (void *)d); | 580 | pwrdm_for_each(pwrdms_setup, (void *)d); |
581 | 581 | ||
582 | pm_dbg_dir = debugfs_create_dir("registers", d); | 582 | pm_dbg_dir = debugfs_create_dir("registers", d); |
583 | if (IS_ERR(pm_dbg_dir)) | 583 | if (IS_ERR(pm_dbg_dir)) |