Re: [PATCH] Fix crash in aic79xx probing in scsi-misc when no hardware is present

2005-08-31 Thread James Bottomley
On Wed, 2005-08-31 at 10:45 +0200, Andi Kleen wrote: > aic79xx in scsi-misc would oops when no hardware was present. > Reason was a duplicated call to free the spi transport object - > it was done both in ahd_linux_exit and in the cleanup part > of ahd_linux_init. > > Just remove the superfluous c

[PATCH] Fix crash in aic79xx probing in scsi-misc when no hardware is present

2005-08-31 Thread Andi Kleen
aic79xx in scsi-misc would oops when no hardware was present. Reason was a duplicated call to free the spi transport object - it was done both in ahd_linux_exit and in the cleanup part of ahd_linux_init. Just remove the superfluous call. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Index: linu