From: Joern Engel Date: Wed, 17 Sep 2014 22:11:28 +0000 (-0700) Subject: target: simplify target_fabric_make_lun error path X-Git-Tag: fixes-against-v3.18-rc2~19^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1481473b5656d8841f63c455594f340306c22cb0;p=pandora-kernel.git target: simplify target_fabric_make_lun error path Coverity complained that lun_cg has been dereferenced in all paths leading to NULL check. It didn't mention that only a single path could lead there and the code can be simplified even further. Signed-off-by: Joern Engel Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed