Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 737
b: refs/heads/master
c: ec26d79
h: refs/heads/master
i:
  735: 07b8a37
v: v3
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed May 1, 2005
1 parent 1024aae commit 4b01c19
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: 35bc37a0e0979a091bcf5d9161ffe935b3aa998c
refs/heads/master: ec26d79f4f5822283e0bffa44a542fd13c5146e4
2 changes: 1 addition & 1 deletion trunk/drivers/char/ipmi/ipmi_watchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,11 @@ static int ipmi_close(struct inode *ino, struct file *filep)
if (expect_close == 42) {
ipmi_watchdog_state = WDOG_TIMEOUT_NONE;
ipmi_set_timeout(IPMI_SET_TIMEOUT_NO_HB);
clear_bit(0, &ipmi_wdog_open);
} else {
printk(KERN_CRIT PFX "Unexpected close, not stopping watchdog!\n");
ipmi_heartbeat();
}
clear_bit(0, &ipmi_wdog_open);
}

ipmi_fasync (-1, filep, 0);
Expand Down

0 comments on commit 4b01c19

Please sign in to comment.