summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
diff options
context:
space:
mode:
authorTapasweni Pathak <tapaswenipathak@gmail.com>2014-09-21 05:21:58 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-23 08:02:06 -0700
commit730cb373f3aaf7be69f59db6999e1e07f18117c2 (patch)
tree23dd9a6746b28cb4f59e94459d8f2e904ec4742a /drivers/staging/rtl8712/rtl871x_ioctl_linux.c
parent020e46e06afccaecd2db8ace32ce22dae1549b44 (diff)
downloadop-kernel-dev-730cb373f3aaf7be69f59db6999e1e07f18117c2.zip
op-kernel-dev-730cb373f3aaf7be69f59db6999e1e07f18117c2.tar.gz
Staging: rtl8712: remove break after return statement
This patch fixes checkpatch.pl warning in rtl871x_ioctl_linux.c file WARNING : break is not useful after goto or return Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_ioctl_linux.c')
-rw-r--r--drivers/staging/rtl8712/rtl871x_ioctl_linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
index e1e95cf..3ce48ae 100644
--- a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
+++ b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
@@ -2144,7 +2144,6 @@ static int wpa_set_param(struct net_device *dev, u8 name, u32 value)
break;
case IEEE_PARAM_AUTH_ALGS:
return wpa_set_auth_algs(dev, value);
- break;
case IEEE_PARAM_IEEE_802_1X:
break;
case IEEE_PARAM_WPAX_SELECT:
OpenPOWER on IntegriCloud