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

David T Hollis (dhollis@davehollis.com)
Wed, 30 Oct 2002 22:19:31 -0500


This is a multi-part message in MIME format.
--------------070409080202020106030601
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

--------------070409080202020106030601
Content-Type: text/plain;
name="linux-2.4.45-irda-usb.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="linux-2.4.45-irda-usb.patch"

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

--------------070409080202020106030601--

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