Skip to content

Commit

Permalink
[PATCH] softdog build fix
Browse files Browse the repository at this point in the history
drivers/char/watchdog/softdog.c:94: too many arguments to function `emergency_restart'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 27, 2005
1 parent cc1d3a9 commit 479d0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/watchdog/softdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void watchdog_fire(unsigned long data)
else
{
printk(KERN_CRIT PFX "Initiating system reboot.\n");
emergency_restart(NULL);
emergency_restart();
printk(KERN_CRIT PFX "Reboot didn't ?????\n");
}
}
Expand Down

0 comments on commit 479d0f4

Please sign in to comment.