提交 bb6ec004 编写于 作者: J Jesper Juhl 提交者: Greg Kroah-Hartman

staging: vt6656: iwctl: remove redundant ';'

else clauses don't need to be terminated with ';'.
Signed-off-by: NJesper Juhl <jj@chaosbits.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 48746d7f
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册