From: James Bottomley Date: Tue, 9 Aug 2005 00:06:50 +0000 (-0500) Subject: [SCSI] aic79xx: fix boot panic with no hardware X-Git-Tag: v2.6.14-rc1~522^2~12^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80b3424d9fde3c4b6d62adaf6dda78128dc5c27;p=pandora-kernel.git [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 --- Reading git-diff-tree failed