diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0/pm.c')
-rw-r--r-- | arch/arm/mach-s5p64x0/pm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p64x0/pm.c b/arch/arm/mach-s5p64x0/pm.c index 9cba18bfe47b..97c2a08ad490 100644 --- a/arch/arm/mach-s5p64x0/pm.c +++ b/arch/arm/mach-s5p64x0/pm.c | |||
@@ -103,8 +103,8 @@ static int s5p64x0_cpu_suspend(unsigned long arg) | |||
103 | "mcr p15, 0, %0, c7, c10, 4\n\t" | 103 | "mcr p15, 0, %0, c7, c10, 4\n\t" |
104 | "mcr p15, 0, %0, c7, c0, 4" : : "r" (tmp)); | 104 | "mcr p15, 0, %0, c7, c0, 4" : : "r" (tmp)); |
105 | 105 | ||
106 | /* we should never get past here */ | 106 | pr_info("Failed to suspend the system\n"); |
107 | panic("sleep resumed to originator?"); | 107 | return 1; /* Aborting suspend */ |
108 | } | 108 | } |
109 | 109 | ||
110 | /* mapping of interrupts to parts of the wakeup mask */ | 110 | /* mapping of interrupts to parts of the wakeup mask */ |