From: Mauro Carvalho Chehab Date: Thu, 4 Dec 2014 16:21:42 +0000 (-0200) Subject: [media] stv090x: Remove an unreachable code X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b769ef69d0b07af98979431a562709c768363d34;p=pandora-kernel.git [media] stv090x: Remove an unreachable code if STV090x_RANGEOK is not returned, then STV090x_OUTOFRANGE is returned. However, that part of the code is never reached, as pointed by smatch: drivers/media/dvb-frontends/stv090x.c:2673 stv090x_get_sig_params() info: ignoring unreachable code. So, remove the two uneeded elses, with makes the code a little bit cleaner. No functional changes, and one less smatch warning. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed