[PATCH] 2.5.45 drivers/net/irda/irda-usb.c Compile Fix

From: David T Hollis (dhollis@davehollis.com)
Date: Wed Oct 30 2002 - 22:19:31 EST


Fixes an apparent typo in irda-usb.c that prevented it from compiling.


--- drivers/net/irda/irda-usb.c.orig 2002-10-30 22:16:48.000000000 -0500
+++ drivers/net/irda/irda-usb.c 2002-10-30 22:17:03.000000000 -0500
@@ -1487,7 +1487,7 @@
          * specify an alternate, but very few driver do like this.
          * Jean II */
         ret = usb_set_interface(dev, intf->altsetting->desc.bInterfaceNumber, 0);
- IRDA_DEBUG(1, "usb-irda: set interface %d result %d\n", intf->altsetting->bInterfaceNumber, ret);
+ IRDA_DEBUG(1, "usb-irda: set interface %d result %d\n", intf->altsetting->desc.bInterfaceNumber, ret);
         switch (ret) {
                 case 0:
                         break;

-
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 : Thu Oct 31 2002 - 22:00:51 EST