From: Mauro Carvalho Chehab Date: Fri, 5 Jun 2015 11:27:18 +0000 (-0300) Subject: [media] dib0090: Remove a dead code X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91aff0c5d90fe57b81e2295437affc34d205a2d2;p=pandora-kernel.git [media] dib0090: Remove a dead code As reported by smatch: drivers/media/dvb-frontends/dib0090.c:1710 dib0090_dc_offset_calibration() warn: missing break? reassigning '*tune_state' There's no need to change tune_state there, as the fall though code will change it again to another state. So, simplify it by removing the dead code. While here, fix a typo: Sart => Start Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed