Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282218
b: refs/heads/master
c: e2bf7c4
h: refs/heads/master
v: v3
  • Loading branch information
Shubhrajyoti D authored and Wim Van Sebroeck committed Jan 6, 2012
1 parent 7185936 commit 139a19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc3c56b703dad4aec8a9b3dd86f03a90d0c26a2d
refs/heads/master: e2bf7c4c22939bd83814d8da40a352d246030b1b
1 change: 1 addition & 0 deletions trunk/drivers/watchdog/omap_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ static long omap_wdt_ioctl(struct file *file, unsigned int cmd,
if (cpu_is_omap24xx())
return put_user(omap_prcm_get_reset_sources(),
(int __user *)arg);
return put_user(0, (int __user *)arg);
case WDIOC_KEEPALIVE:
pm_runtime_get_sync(wdev->dev);
spin_lock(&wdt_lock);
Expand Down

0 comments on commit 139a19b

Please sign in to comment.