Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40220
b: refs/heads/master
c: 8386c8c
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed Oct 4, 2006
1 parent ebe004c commit 31c311f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 485ae77dc7f484563707557ccf8c5d228980619f
refs/heads/master: 8386c8cfb2131b2a9caae3db6bf94292bbbe1caf
6 changes: 3 additions & 3 deletions trunk/drivers/char/watchdog/smsc37b787_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
*
* The authors do NOT admit liability nor provide warranty for
* any of this software. This material is provided "AS-IS" in
* the hope that it may be useful for others.
Expand Down Expand Up @@ -422,7 +422,7 @@ static int wb_smsc_wdt_ioctl(struct inode *inode, struct file *file,

switch (cmd) {
default:
return -ENOTTY;
return -ENOTTY;

case WDIOC_GETSUPPORT:
return copy_to_user(uarg.ident, &ident, sizeof(ident));
Expand Down Expand Up @@ -573,7 +573,7 @@ static int __init wb_smsc_wdt_init(void)

out_pnp:
goto out_clean;
}
}

/* module's "destructor" */

Expand Down

0 comments on commit 31c311f

Please sign in to comment.