commit | ec2d7208494fe599a5ff13b40a0a20c9881f2737 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed May 17 09:16:03 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed May 17 09:16:03 2006 -0700 |
tree | 32af58729f73b18d08fa8759a3408cb4058c6455 | |
parent | e65810566f3e613d9baa5512b8724ebde42ace0f [diff] |
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 <rolandd@cisco.com>