projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f2547
)
[WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Sun, 28 Jun 2009 16:26:57 +0000
(09:26 -0700)
committer
Wim Van Sebroeck
<wim@iguana.be>
Thu, 9 Jul 2009 18:29:06 +0000
(18:29 +0000)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/bcm47xx_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/bcm47xx_wdt.c
b/drivers/watchdog/bcm47xx_wdt.c
index 5c7011cda6a6a65e1510022c06a8de3b4420a96b..751c003864ad6df86455248e8542e08578f05125 100644
(file)
--- a/
drivers/watchdog/bcm47xx_wdt.c
+++ b/
drivers/watchdog/bcm47xx_wdt.c
@@
-161,7
+161,7
@@
static long bcm47xx_wdt_ioctl(struct file *file,
{
void __user *argp = (void __user *)arg;
int __user *p = argp;
- int new_value, retval = -EINVAL;
;
+ int new_value, retval = -EINVAL;
switch (cmd) {
case WDIOC_GETSUPPORT: