From: Andi Shyti Date: Thu, 30 Jan 2014 03:05:01 +0000 (-0300) Subject: [media] cx24117: remove dead code in always 'false' if statement X-Git-Tag: v3.14-rc2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fd0d30e1fbd12d5a07ff722b2726bb8fa630c7;p=pandora-kernel.git [media] cx24117: remove dead code in always 'false' if statement At this point of the execution in the function cx24117_attach() demod cannot be '0'. In that case the function returns earlier with an error value ('NULL'). Remove the if statement. This error has been reported by scan.coverity.com Signed-off-by: Andi Shyti Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed