From: Mauro Carvalho Chehab Date: Tue, 25 Nov 2014 17:46:13 +0000 (-0200) Subject: Revert "[media] lmed04: add missing breaks" X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504febc3f98c87a8bebd8f2f274f32c0724131e4;p=pandora-kernel.git Revert "[media] lmed04: add missing breaks" According with Malcolm, the missing breaks are intentional. So, let's revert commit d442b15fb4deb2b5d516e2dae1f569b1d5472399, add some comments to document it and fix the two smatch warnings: drivers/media/usb/dvb-usb-v2/lmedm04.c:828 lme_firmware_switch() warn: missing break? reassigning 'st->dvb_usb_lme2510_firmware' drivers/media/usb/dvb-usb-v2/lmedm04.c:850 lme_firmware_switch() warn: missing break? reassigning 'st->dvb_usb_lme2510_firmware' using a different strategy to avoid reassign values to st->dvb_usb_lme2510_firmware. Acked-by: Malcolm Priestley Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed