Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275867
b: refs/heads/master
c: f984910
h: refs/heads/master
i:
  275865: d5cbfc4
  275863: 41b9ea2
v: v3
  • Loading branch information
Mark Brown authored and Wim Van Sebroeck committed Nov 16, 2011
1 parent 36306b6 commit 402b2e8
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: 943ef2ec4f5f14940ea391d25bf93eb99eb2ff2a
refs/heads/master: f9849100851b28c8ad83e86d68d5110497a4e9d6
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/wm831x_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static int wm831x_wdt_set_timeout(struct watchdog_device *wdt_dev,
if (wm831x_wdt_cfgs[i].time == timeout)
break;
if (i == ARRAY_SIZE(wm831x_wdt_cfgs))
ret = -EINVAL;
return -EINVAL;

ret = wm831x_reg_unlock(wm831x);
if (ret == 0) {
Expand Down

0 comments on commit 402b2e8

Please sign in to comment.