Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5088
b: refs/heads/master
c: cc1d3a9
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 27, 2005
1 parent ef6aa68 commit 3a02ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae6578fe9b65208dee8eda40629984efd23740c4
refs/heads/master: cc1d3a9a78f0f602fa1e7993dba4d16ad9781bc1
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/eurotechwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static irqreturn_t eurwdt_interrupt(int irq, void *dev_id, struct pt_regs *regs)
printk(KERN_CRIT "Would Reboot.\n");
#else
printk(KERN_CRIT "Initiating system reboot.\n");
emergency_restart(NULL);
emergency_restart();
#endif
return IRQ_HANDLED;
}
Expand Down

0 comments on commit 3a02ee0

Please sign in to comment.