Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286923
b: refs/heads/master
c: 8a062ac
h: refs/heads/master
i:
  286921: 3607a85
  286919: 24c06bb
v: v3
  • Loading branch information
Axel Lin authored and Wim Van Sebroeck committed Jan 27, 2012
1 parent 5141d16 commit 3a76309
Show file tree
Hide file tree
Showing 2 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: ebe06e826faed9d710c3d49fe336c74b5f3a5f2a
refs/heads/master: 8a062ac693d5597b3c5d0e347ce7d1d82b967698
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/wafer5823wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ static long wafwdt_ioctl(struct file *file, unsigned int cmd,
return -EFAULT;

if (options & WDIOS_DISABLECARD) {
wafwdt_start();
wafwdt_stop();
retval = 0;
}

if (options & WDIOS_ENABLECARD) {
wafwdt_stop();
wafwdt_start();
retval = 0;
}

Expand Down

0 comments on commit 3a76309

Please sign in to comment.