Messages in this thread |  | | From | "Dunlap, Randy" <> | Subject | RE: [PATCH] 2.4.0-test7-pre7 drivers/usb/usbkbd.c compile fix | Date | Wed, 23 Aug 2000 07:40:09 -0700 |
| |
Wrong patch. Should be urb->context.
Correct patch already sent to Linus and to the linux-usb-devel mailing list.
~Randy
> -----Original Message----- > From: Peter Blomgren [mailto:blomgren@monster.stanford.edu] > Sent: Tuesday, August 22, 2000 2:20 PM > To: torvalds@transmeta.com; linux-kernel@vger.kernel.org > Subject: [PATCH] 2.4.0-test7-pre7 drivers/usb/usbkbd.c compile fix > > > --- linux/drivers/usb/usbkbd.c.orig Tue Aug 22 14:06:26 2000 > +++ linux/drivers/usb/usbkbd.c Tue Aug 22 14:10:06 2000 > @@ -124,7 +124,7 @@ > > static void usb_kbd_led(struct urb *urb) > { > - struct usb_kbd *kbd = urb->private; > + struct usb_kbd *kbd = urb->hcpriv; > > if (urb->status) > warn("led urb status %d received", urb->status); > > -- > \Peter. > - > To unsubscribe from this list: send the line "unsubscribe > linux-kernel" in > the body of a message to majordomo@vger.kernel.org > Please read the FAQ at http://www.tux.org/lkml/ >
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |