summaryrefslogtreecommitdiff
path: root/exynos-gs201-reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'exynos-gs201-reboot.c')
-rw-r--r--exynos-gs201-reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos-gs201-reboot.c b/exynos-gs201-reboot.c
index e40ee5e..ee49dde 100644
--- a/exynos-gs201-reboot.c
+++ b/exynos-gs201-reboot.c
@@ -180,7 +180,7 @@ static int exynos_restart_handler(struct notifier_block *this, unsigned long mod
static struct notifier_block exynos_restart_nb = {
.notifier_call = exynos_restart_handler,
- .priority = 128,
+ .priority = 130,
};
static int exynos_reboot_probe(struct platform_device *pdev)