public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.45 drivers/net/irda/irda-usb.c Compile Fix
@ 2002-10-31  3:19 David T Hollis
  2002-10-31  5:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: David T Hollis @ 2002-10-31  3:19 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]

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

[-- Attachment #2: linux-2.4.45-irda-usb.patch --]
[-- Type: text/plain, Size: 560 bytes --]

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

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

end of thread, other threads:[~2002-10-31  5:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-31  3:19 [PATCH] 2.5.45 drivers/net/irda/irda-usb.c Compile Fix David T Hollis
2002-10-31  5:40 ` Greg KH

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