[PATCH 2.6.7-bk] Typo in ohci1994.c ?

From: walt
Date: Sun Jun 13 2004 - 20:36:08 EST


This corrected a missing symbol error in the latest bk changesets:

--- drivers/ieee1394/ohci1394.c 2004-06-13 13:31:49.918402152 -0700
+++ /tmp/ohci1394.c 2004-06-13 13:31:26.896901952 -0700
@@ -517,7 +517,7 @@
1<<(((reg_read(ohci, OHCI1394_BusOptions)>>12)&0xf)+1);

if (ohci->max_packet_size < 512) {
- HPSB_WARNING("warning: Invalid max packet size of %d, setting to 512",
+ HPSB_WARN("warning: Invalid max packet size of %d, setting to 512",
ohci->max_packet_size);
ohci->max_packet_size = 512;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/