commit | ee37e09d81a4acf328f68189af12f116401f8c0f | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Feb 12 12:13:55 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Feb 18 11:06:39 2010 -0600 |
tree | abac354cb40c47be3985c6e2efe399dd10dcdd87 | |
parent | d5469119f0098881ab7f991990ef4f81ef13a194 [diff] |
[SCSI] fix duplicate removal on error path in scsi_sysfs_add_sdev This patch (as1335) fixes a bug in scsi_sysfs_add_sdev(). Its callers always remove the device if anything goes wrong, so it should never remove the device. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>