mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drives/scsi/tmscsim.c: check_region -> request_region (241p9)
@ 2001-01-23 22:42 Rasmus Andersen
  0 siblings, 0 replies; only message in thread
From: Rasmus Andersen @ 2001-01-23 22:42 UTC (permalink / raw)
  To: linux-scsi, linux-kernel

(Forgot to cc lk. If anyone have comments please cc garloff@suse.de.
Thanks.)

----- Forwarded message from Rasmus Andersen <rasmus@jaquet.dk> -----

Hi.

The following patch makes drives/scsi/tmscsim.c use request_region
instead of check_region+request_region. It applies cleanly against
ac10 and with a little fuzz against 241p9.

Please comment.



--- linux-ac10-clean/drivers/scsi/tmscsim.c	Sat Jan 20 15:17:13 2001
+++ linux-ac10/drivers/scsi/tmscsim.c	Sat Jan 20 23:17:29 2001
@@ -2088,13 +2088,11 @@
     
     pACB = (PACB) psh->hostdata;
     
-    if (check_region (io_port, psh->n_io_port))
+    if (!request_region (io_port, psh->n_io_port, "tmscsim"))
 	{
 	    printk(KERN_ERR "DC390: register IO ports error!\n");
 	    return( -1 );
 	}
-    else
-	request_region (io_port, psh->n_io_port, "tmscsim");
 
     DC390_read8_ (INT_Status, io_port);		/* Reset Pending INT */
 

----- End forwarded message -----

-- 
        Rasmus(rasmus@jaquet.dk)

"The obvious mathematical breakthrough would be development of an easy way
to factor large prime numbers." 
  -- Bill Gates, The Road Ahead, Viking Penguin (1995)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-23 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-23 22:42 [PATCH] drives/scsi/tmscsim.c: check_region -> request_region (241p9) Rasmus Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®