From: Tapasweni Pathak Date: Fri, 10 Oct 2014 02:13:36 +0000 (+0530) Subject: staging: vt6655: Remove unused code inside switch case X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1085 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586e8b6845a9efdc2cfefc91e949a10806d2c623;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed