lkml.org 
[lkml]   [2002]   [Nov]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 27 Nov 2002 21:43:55 -0500
FromPaul <>
Subject[uPATCH] NCR5380.c compile fix Re: Linux v2.5.50
Linus Torvalds <torvalds@transmeta.com>, on Wed Nov 27, 2002 [03:07:38 PM] said:
> 
> Taking a small thanksgiving break, but before that here's 2.5.50.
> 

	Hi;

	Needed this so NCR5380.c would compile. (via pas16)

Paul
set@pobox.com

--- 2.5.50.virgin/drivers/scsi/NCR5380.c	2002-11-12 21:18:00.000000000 -0500
+++ 2.5.50/drivers/scsi/NCR5380.c	2002-11-27 21:20:26.000000000 -0500
@@ -1477,8 +1477,8 @@
 	int len;
 	unsigned long timeout;
 	unsigned char value;
-	NCR5380_setup(instance);
 	int err;
+	NCR5380_setup(instance);
 
 	if (hostdata->selecting) {
 		if(instance->irq != IRQ_NONE)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:31    [W:0.340 / U:0.010 seconds]
©2003-2008 Jasper Spaans