commit | 6826ee4fdbe24c7aab56ce833ef94be81d190587 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Fri Jul 20 16:50:10 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Sat Jul 21 08:53:33 2007 -0500 |
tree | 4e14f18eec72bf421fde21abb3113880fe37c428 | |
parent | d73f5222a618a91452d41c29f5996ce3d9c63673 [diff] |
[SCSI] bsg: fix bsg_register_queue error path unfortunately, if IS_ERR(class_dev) is true, that means class_dev isn't null and the check in the error leg is pointless ... it's also asking for trouble to request unregistration of a device we haven't actually created (although it works currently). Fix by using explicit gotos and unregisters. Acked-by: FUJITA Tomonori <tomof@acm.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>