commit | 53926274f24e5c852dbe8f89dea16b7822549472 | [log] [tgz] |
---|---|---|
author | Mark Haverkamp <markh@osdl.org> | Mon Mar 27 09:44:19 2006 -0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Apr 13 10:13:19 2006 -0500 |
tree | d468b352dfc8f148a8303e7a0206b8d48df640f8 | |
parent | 95433badf0ff8dbc2caf14bc69c984841539715f [diff] |
[SCSI] aacraid: Fix extra unregister_chrdev Received from Mark Salyzyn If there are no aacraid controllers, we do not create the raid controller chrdev, thus when the driver is unloaded it performs a superfluous deregistration. Signed-off-by: Mark Haverkamp <markh@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>