staging: rtl8712: style fix unneeded else
authorMartin Homuth <martin@martinhomuth.de>
Mon, 18 Dec 2017 23:24:06 +0000 (00:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:27:48 +0000 (15:27 +0100)
commit8400553b1903e269e35855ba09cdbd153506e638
tree7d99304d32579d98baf3971062ee40a9e1ef1711
parente34fc47a3fa8fd177f7034dda952104c58ade897
staging: rtl8712: style fix unneeded else

This patch fixes a coding style issues in the rtl8712 module as noted
by checkpatch.pl where an unnecessary else is used.

It fixes the following checkpatch.pl warning:

WARNING: else is not generally useful after a break or return

Signed-off-by: Martin Homuth <martin@martinhomuth.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_ioctl_set.c