From: Roland Dreier Date: Wed, 17 May 2006 16:16:03 +0000 (-0700) Subject: IB/srp: Get rid of extra scsi_host_put()s if reconnection fails X-Git-Tag: v2.6.17-rc5~90^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2d7208494fe599a5ff13b40a0a20c9881f2737;p=pandora-kernel.git IB/srp: Get rid of extra scsi_host_put()s if reconnection fails If a reconnection attempt fails, then SRP does two scsi_host_put()s. This is a historical relic from an earlier version of the driver that took a reference on the scsi_host before trying to reconnect, so get rid of the extra scsi_host_put(). Signed-off-by: Roland Dreier --- Reading git-diff-tree failed