We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ba190 commit 5af9f79Copy full SHA for 5af9f79
drivers/input/misc/pm8941-pwrkey.c
@@ -284,7 +284,7 @@ static int pm8941_pwrkey_probe(struct platform_device *pdev)
284
}
285
286
if (pwrkey->data->supports_ps_hold_poff_config) {
287
- pwrkey->reboot_notifier.notifier_call = pm8941_reboot_notify,
+ pwrkey->reboot_notifier.notifier_call = pm8941_reboot_notify;
288
error = register_reboot_notifier(&pwrkey->reboot_notifier);
289
if (error) {
290
dev_err(&pdev->dev, "failed to register reboot notifier: %d\n",
0 commit comments