From: Bart Van Assche Date: Thu, 9 Jul 2015 14:25:25 +0000 (-0700) Subject: qla2xxx: Remove dead code X-Git-Tag: omap-for-v4.3/fixes-rc1~115^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a318fe16096a45c03e8c9a39449d1f750fafd27;p=pandora-kernel.git qla2xxx: Remove dead code The "return QLA_SUCCESS" statement just above the "fw_load_failed" label cannot be reached, hence remove it. Additionally remove the "else" keyword since the code block below the if-statement ends with a return statement. Signed-off-by: Bart Van Assche Acked-by: Himanshu Madhani Signed-off-by: James Bottomley --- Reading git-diff-tree failed