Re: [PATCH] make drivers/scsi/megaraid.c check ioremaps return code (241p9)

2001-01-23 Thread Rasmus Andersen
On Tue, Jan 23, 2001 at 12:45:20AM +0100, Rasmus Andersen wrote: (This is another updated patch with the comments from the earlier mail still valid.) --- linux-ac10-clean/drivers/scsi/megaraid.cSat Jan 20 15:17:13 2001 +++ linux-ac10/drivers/scsi/megaraid.c Tue Jan 23 23:06:14 2001 @@ -1491

[PATCH] make drivers/scsi/megaraid.c check ioremaps return code (241p9)

2001-01-22 Thread Rasmus Andersen
Hi. The following patch makes drivers/scsi/megaraid.c check the return code of ioremap and converts the affected code paths to forward gotos error handling. It applies cleanly against ac10 and with a little fuzz against 241p9. Please comment. --- linux-ac10-clean/drivers/scsi/megaraid.cSat