]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/power/reset/gpio-restart.c
power: reset: gpio-restart: increase priority slightly
[karo-tx-linux.git] / drivers / power / reset / gpio-restart.c
index edb327efee8bda10b1dbadfb78a23da80dba2f17..829b45f420212c550d73d4918d01f6166484b7d9 100644 (file)
@@ -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;