From: Damien Lespiau Date: Thu, 13 Feb 2014 18:56:15 +0000 (+0000) Subject: drm/i915/lvds: Remove dead code from failing case X-Git-Tag: v3.15-rc1~51^2~59^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb4a3a31ffc8c7fa69258e92336ccf78ca5e2b5;p=pandora-kernel.git drm/i915/lvds: Remove dead code from failing case Coverity points out that, if we end up in the 'failed' label, that's precisely because we couldn't retrieve a fixed mode (ie fixed_mode is NULL) and then "if (fixed_mode)" is always false. Remove that dead code. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed