[PATCH] drivers/scsi/ips.c check_region -> request_region (241p9)

2001-01-23 Thread Rasmus Andersen
Hi. The following patch makes drivers/scsi/ips.c use the return code of request_region instead of calling check_region. It also moves some resource freeing to ips_free since that made my error path cleaner. It applies cleanly against ac10 and 241p9. Please comment. ---

[PATCH] drivers/scsi/ips.c check_region - request_region (241p9)

2001-01-23 Thread Rasmus Andersen
Hi. The following patch makes drivers/scsi/ips.c use the return code of request_region instead of calling check_region. It also moves some resource freeing to ips_free since that made my error path cleaner. It applies cleanly against ac10 and 241p9. Please comment. ---