From: Joern Engel Date: Tue, 2 Sep 2014 21:49:50 +0000 (-0400) Subject: iscsi-target: remove always-true conditions X-Git-Tag: fixes-against-v3.18-rc2~19^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb35484231e0b7edf23e192867e5fba955e584cb;p=pandora-kernel.git iscsi-target: remove always-true conditions Found by coverity. InitiatorName and InitiatorAlias are static arrays and therefore always non-NULL. At some point in the past they may have been dynamically allocated, but for current code the condition is useless. If the intent was to check InitiatorName[0] instead, I cannot find a use for that either. Let's get rid of it. Signed-off-by: Joern Engel Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed