Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286924
b: refs/heads/master
c: b1785df
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Wim Van Sebroeck committed Jan 27, 2012
1 parent 3a76309 commit 2ef8f9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 8a062ac693d5597b3c5d0e347ce7d1d82b967698
refs/heads/master: b1785dfd4fcd4011834f914810c1acb46b007a44
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static long pnx4008_wdt_ioctl(struct file *file, unsigned int cmd,
static int pnx4008_wdt_release(struct inode *inode, struct file *file)
{
if (!test_bit(WDT_OK_TO_CLOSE, &wdt_status))
printk(KERN_WARNING "WATCHDOG: Device closed unexpectdly\n");
printk(KERN_WARNING "WATCHDOG: Device closed unexpectedly\n");

wdt_disable();
clk_disable(wdt_clk);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/stmp3xxx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static int stmp3xxx_wdt_release(struct inode *inode, struct file *file)
if (!nowayout) {
if (!test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
wdt_ping();
pr_debug("%s: Device closed unexpectdly\n", __func__);
pr_debug("%s: Device closed unexpectedly\n", __func__);
ret = -EINVAL;
} else {
wdt_disable();
Expand Down

0 comments on commit 2ef8f9d

Please sign in to comment.