IB/srp: Get rid of extra scsi_host_put()s if reconnection fails
authorRoland Dreier <rolandd@cisco.com>
Wed, 17 May 2006 16:16:03 +0000 (09:16 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 17 May 2006 16:16:03 +0000 (09:16 -0700)
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 <rolandd@cisco.com>

No differences found