diff options
| -rw-r--r-- | drivers/power/reset/syscon-reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/reset/syscon-reboot.c b/drivers/power/reset/syscon-reboot.c index 815b901822cf..c4049f45663f 100644 --- a/drivers/power/reset/syscon-reboot.c +++ b/drivers/power/reset/syscon-reboot.c | |||
| @@ -68,7 +68,7 @@ static int syscon_reboot_probe(struct platform_device *pdev) | |||
| 68 | return -EINVAL; | 68 | return -EINVAL; |
| 69 | 69 | ||
| 70 | ctx->restart_handler.notifier_call = syscon_restart_handle; | 70 | ctx->restart_handler.notifier_call = syscon_restart_handle; |
| 71 | ctx->restart_handler.priority = 128; | 71 | ctx->restart_handler.priority = 192; |
| 72 | err = register_restart_handler(&ctx->restart_handler); | 72 | err = register_restart_handler(&ctx->restart_handler); |
| 73 | if (err) | 73 | if (err) |
| 74 | dev_err(dev, "can't register restart notifier (err=%d)\n", err); | 74 | dev_err(dev, "can't register restart notifier (err=%d)\n", err); |
