diff options
-rw-r--r-- | arch/arm/mach-exynos/suspend.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/suspend.c b/arch/arm/mach-exynos/suspend.c index 3e6aea7f83af..b6f3ddc3cf8e 100644 --- a/arch/arm/mach-exynos/suspend.c +++ b/arch/arm/mach-exynos/suspend.c | |||
@@ -723,8 +723,10 @@ void __init exynos_pm_init(void) | |||
723 | return; | 723 | return; |
724 | } | 724 | } |
725 | 725 | ||
726 | if (WARN_ON(!of_find_property(np, "interrupt-controller", NULL))) | 726 | if (WARN_ON(!of_find_property(np, "interrupt-controller", NULL))) { |
727 | pr_warn("Outdated DT detected, suspend/resume will NOT work\n"); | 727 | pr_warn("Outdated DT detected, suspend/resume will NOT work\n"); |
728 | return; | ||
729 | } | ||
728 | 730 | ||
729 | pm_data = (const struct exynos_pm_data *) match->data; | 731 | pm_data = (const struct exynos_pm_data *) match->data; |
730 | 732 | ||