commit | a80b3424d9fde3c4b6d62adaf6dda78128dc5c27 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Mon Aug 08 19:06:50 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Aug 09 12:19:25 2005 -0500 |
tree | 0c04185b806fa2239dea2ff681d0fec8db746be9 | |
parent | 0d7323c865608dffb1ed39ec2f3841697ec3e009 [diff] |
[SCSI] aic79xx: fix boot panic with no hardware There's a spurious (and illegal since it's marked __exit) call to ahc_linux_exit() in ahc_linux_init() which causes a double list deletion of the transport class; remove it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>