Browse Source

staging: vt6656: iwctl: remove redundant ';'

else clauses don't need to be terminated with ';'.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jesper Juhl 13 years ago
parent
commit
bb6ec004c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6656/iwctl.c

+ 1 - 1
drivers/staging/vt6656/iwctl.c

@@ -1321,7 +1321,7 @@ int iwctl_giwsens(struct net_device *dev, struct iw_request_info *info,
 	}
 	else {
 		wrq->value = 0;
-	};
+	}
 	wrq->disabled = (wrq->value == 0);
 	wrq->fixed = 1;
 	return 0;