Skip to content

Commit

Permalink
[WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Joe Perches authored and Wim Van Sebroeck committed Jul 9, 2009
1 parent 34f2547 commit b86a6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/bcm47xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b86a6c6

Please sign in to comment.