From: David T Hollis <dhollis@davehollis.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.45 drivers/net/irda/irda-usb.c Compile Fix
Date: Wed, 30 Oct 2002 22:19:31 -0500 [thread overview]
Message-ID: <3DC0A143.2000304@davehollis.com> (raw)
[-- 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;
next reply other threads:[~2002-10-31 3:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-31 3:19 David T Hollis [this message]
2002-10-31 5:40 ` [PATCH] 2.5.45 drivers/net/irda/irda-usb.c Compile Fix Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DC0A143.2000304@davehollis.com \
--to=dhollis@davehollis.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox