staging: vt6655: Remove unused code inside switch case
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Fri, 10 Oct 2014 02:13:36 +0000 (07:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:13 +0000 (10:30 +0800)
commit586e8b6845a9efdc2cfefc91e949a10806d2c623
treeae37e9cd63e2916e054e72bbcd00b894b91f0bf1
parent3f8ddea02c1c8f42a7a88d5db8ebf045cb0e82fa
staging: vt6655: Remove unused code inside switch case

This patch removes dead code in private_ioctl function and
iwctl_siwmode function, in file ioctl.c.

Inside switch, for a case no code gets executed
after break.

This was detected by smatch.

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/ioctl.c
drivers/staging/vt6655/iwctl.c