From: Jesper Juhl Date: Sun, 24 Jun 2012 23:56:35 +0000 (+0200) Subject: staging: vt6656: iwctl: remove redundant ';' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bb6ec004c153792d7fc1bb2d8cab333c04287680;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git staging: vt6656: iwctl: remove redundant ';' else clauses don't need to be terminated with ';'. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/iwctl.c b/drivers/staging/vt6656/iwctl.c index 7618fb94cdf2..ca4e7f0bca59 100644 --- a/drivers/staging/vt6656/iwctl.c +++ b/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;