]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] fix duplicate removal on error path in scsi_sysfs_add_sdev
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 12 Feb 2010 17:13:55 +0000 (12:13 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 18 Feb 2010 17:06:39 +0000 (11:06 -0600)
commitee37e09d81a4acf328f68189af12f116401f8c0f
treeabac354cb40c47be3985c6e2efe399dd10dcdd87
parentd5469119f0098881ab7f991990ef4f81ef13a194
[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>
drivers/scsi/scsi_sysfs.c