]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Fix tmscsim on amd64
authorAndrew Morton <akpm@osdl.org>
Tue, 13 Apr 2004 02:23:42 +0000 (19:23 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 13 Apr 2004 02:23:42 +0000 (19:23 -0700)
From: Jeff Garzik <jgarzik@pobox.com>

DC390_init() takes a long, not an int.

drivers/scsi/tmscsim.c

index 708a02f18c9d3d8105a8bb62a77d141e0fcbdb86..6d5966fb2797df9e06f59378931bb177f7a9136c 100644 (file)
@@ -2221,7 +2221,7 @@ int __init DC390_detect (Scsi_Host_Template *psht)
 {
     PDEVDECL0;
     UCHAR   irq;
-    UINT    io_port;
+    ULONG   io_port;
 
     //dc390_pSHT_start = psht;
     dc390_pACB_start = NULL;