diff options
Diffstat (limited to 'drivers/power/reset/gpio-restart.c')
-rw-r--r-- | drivers/power/reset/gpio-restart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/reset/gpio-restart.c b/drivers/power/reset/gpio-restart.c index edb327efee8b..829b45f42021 100644 --- a/drivers/power/reset/gpio-restart.c +++ b/drivers/power/reset/gpio-restart.c | |||
@@ -78,7 +78,7 @@ static int gpio_restart_probe(struct platform_device *pdev) | |||
78 | } | 78 | } |
79 | 79 | ||
80 | gpio_restart->restart_handler.notifier_call = gpio_restart_notify; | 80 | gpio_restart->restart_handler.notifier_call = gpio_restart_notify; |
81 | gpio_restart->restart_handler.priority = 128; | 81 | gpio_restart->restart_handler.priority = 129; |
82 | gpio_restart->active_delay_ms = 100; | 82 | gpio_restart->active_delay_ms = 100; |
83 | gpio_restart->inactive_delay_ms = 100; | 83 | gpio_restart->inactive_delay_ms = 100; |
84 | gpio_restart->wait_delay_ms = 3000; | 84 | gpio_restart->wait_delay_ms = 3000; |