Re: [PATCH] general cleanup of drivers/scsi/NCR53c406a.c (241p9)

2001-01-23 Thread Rasmus Andersen
On Tue, Jan 23, 2001 at 12:29:54AM +0100, Rasmus Andersen wrote: (This is another updated patch with the comments from the earlier mail still valid.) --- linux-ac10-clean/drivers/scsi/NCR53c406a.c Mon Sep 18 22:36:24 2000 +++ linux-ac10/drivers/scsi/NCR53c406a.cTue Jan 23 21:09:09 2001

[PATCH] general cleanup of drivers/scsi/NCR53c406a.c (241p9)

2001-01-22 Thread Rasmus Andersen
Hi. (I hope you are the NCR53c406a maintainer. If not, I apologize for the inconvenience and hope you can redirect me.) The following patch makes drivers/scsi/NCR53c406a.c use the return code of request_region instead of check_region and makes it release the proper resources in its error paths.