X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fpower%2Freset%2Fgpio-restart.c;h=829b45f420212c550d73d4918d01f6166484b7d9;hb=bcd56fe1aa97117f8cfad68280d9aa6d403fd815;hp=edb327efee8bda10b1dbadfb78a23da80dba2f17;hpb=2e33054e4429339c24f88f9aab91991d85174698;p=karo-tx-linux.git 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) } gpio_restart->restart_handler.notifier_call = gpio_restart_notify; - gpio_restart->restart_handler.priority = 128; + gpio_restart->restart_handler.priority = 129; gpio_restart->active_delay_ms = 100; gpio_restart->inactive_delay_ms = 100; gpio_restart->wait_delay_ms = 3000;