Skip to content

Commit

Permalink
staging: vt6656: iwctl: remove redundant ';'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 25, 2012
1 parent 48746d7 commit bb6ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vt6656/iwctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb6ec00

Please sign in to comment.