public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.7-bk]  Typo in ohci1994.c ?
@ 2004-06-13 20:40 walt
  2004-06-14  2:27 ` Ben Collins
  0 siblings, 1 reply; 2+ messages in thread
From: walt @ 2004-06-13 20:40 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Ben Collins

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;
         }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-14  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-13 20:40 [PATCH 2.6.7-bk] Typo in ohci1994.c ? walt
2004-06-14  2:27 ` Ben Collins

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