Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63523
b: refs/heads/master
c: 1bf1496
h: refs/heads/master
i:
  63521: 3cd06e2
  63519: 9317665
v: v3
  • Loading branch information
Wim Van Sebroeck committed Jul 24, 2007
1 parent 29e248b commit f6721c7
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: 6abe78bf195c633f67f6349e3d09b2bcd5d32a79
refs/heads/master: 1bf1496d41756496db2fcf4c8f1932b9762232f6
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/omap_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ omap_wdt_ioctl(struct inode *inode, struct file *file,

switch (cmd) {
default:
return -ENOIOCTLCMD;
return -ENOTTY;
case WDIOC_GETSUPPORT:
return copy_to_user((struct watchdog_info __user *)arg, &ident,
sizeof(ident));
Expand Down

0 comments on commit f6721c7

Please sign in to comment.