git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e658105
)
IB/srp: Get rid of extra scsi_host_put()s if reconnection fails
author
Roland Dreier
<rolandd@cisco.com>
Wed, 17 May 2006 16:16:03 +0000
(09:16 -0700)
committer
Roland 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