From: Roland Dreier Date: Thu, 30 Aug 2012 23:28:30 +0000 (-0700) Subject: target/iscsi: Don't log "iSCSI Login negotiation failed." twice X-Git-Tag: v3.7-rc1~61^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06cda529d27d778f55690d5b09af8ae4448e796b;p=pandora-kernel.git target/iscsi: Don't log "iSCSI Login negotiation failed." twice There's no need for iscsi_target_init_negotiation() to print iSCSI Login negotiation failed. on failure, since its only caller (__iscsi_target_login_thread()) prints exactly the same message if it gets an error return back. Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed