Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286922
b: refs/heads/master
c: ebe06e8
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Wim Van Sebroeck committed Jan 27, 2012
1 parent 3607a85 commit 5141d16
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: 2865e770c9dddd40676eadf7c3dfe80aee7628e4
refs/heads/master: ebe06e826faed9d710c3d49fe336c74b5f3a5f2a
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/wm8350_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ static long wm8350_wdt_ioctl(struct file *file, unsigned int cmd,

/* Setting both simultaneously means at least one must fail */
if (options == WDIOS_DISABLECARD)
ret = wm8350_wdt_start(wm8350);
ret = wm8350_wdt_stop(wm8350);

if (options == WDIOS_ENABLECARD)
ret = wm8350_wdt_stop(wm8350);
ret = wm8350_wdt_start(wm8350);
break;
}

Expand Down

0 comments on commit 5141d16

Please sign in to comment.