commit | 12fb8c1574d7d0c262d2f4c667047889c4f27ebe | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Mar 18 15:41:22 2010 -0400 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Apr 11 09:24:15 2010 -0500 |
tree | 32214bc5e70a401f8dab59b3d95dca790bb30424 | |
parent | 1821438a9b6a8454281ec2e151014709f641d2d5 [diff] |
[SCSI] don't kfree an initialized struct device This patch (as1359) fixes a bug in scsi_alloc_target(). After a device structure has been initialized (and especially after its name has been set), it must not be freed directly. One has to call put_device() instead. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>