Re: [PATCH] make drivers/scsi/a3000.c check request_irq (240p3)

2001-01-14 Thread Rasmus Andersen
On Sun, Jan 14, 2001 at 07:49:35PM +0100, Rasmus Andersen wrote: > Comments? > Well, Hans Grobler had some. the patch below tries to accommodate them by adding scsi_unregister() and wd33c93_release() to the earlier patch. Sorry for the multiple mailings. (Any other) comments? :) --- linux-ac9

[PATCH] make drivers/scsi/a3000.c check request_irq (240p3)

2001-01-14 Thread Rasmus Andersen
Hi. (I cannot seem to find a maintainer for this code.) The following patch makes drivers/scsi/a3000.c check the return from request_irq. Applies cleanly against 2.4.0 and ac9. Comments? --- linux-ac9/drivers/scsi/a3000.c.org Sun Jan 14 13:47:32 2001 +++ linux-ac9/drivers/scsi/a3000.c S