commit | d5469119f0098881ab7f991990ef4f81ef13a194 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Feb 12 12:13:39 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Feb 18 10:52:39 2010 -0600 |
tree | 62ffe8444a7692a222b59dc115c30b9047687e57 | |
parent | 75f8ee8e01a6c96652f27da40d4bdac9e2e485f0 [diff] |
[SCSI] fix refcounting bug in scsi_get_host_dev This patch (as1334) fixes a bug in scsi_get_host_dev(). It incorrectly calls get_device() on the new device's target. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>