[PATCH] fix pcmcia qlogicfas build in 2.5

From: Brett (brett@bad-sports.com)
Date: Sat Nov 16 2002 - 21:07:22 EST


Hey,

Alan's recent driver update of the qlogicfas scsi card broke the pcmcia
version. This patch fixes it.

thanks,

        / Brett Pemberton

--- drivers/scsi/pcmcia/qlogic_stub.c.old 2002-11-17 14:02:54.000000000 +1100
+++ drivers/scsi/pcmcia/qlogic_stub.c 2002-11-17 14:02:44.000000000 +1100
@@ -50,7 +50,7 @@
 
 #include <../drivers/scsi/qlogicfas.h>
 
-#define qlogic_reset(h) qlogicfas_reset(h, 0)
+#define qlogic_reset(h) qlogicfas_bus_reset(h)
 
 #include <pcmcia/version.h>
 #include <pcmcia/cs_types.h>

-
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/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:18 EST