RE: [PATCH] 2.4.0-test7-pre7 drivers/usb/usbkbd.c compile fix

From: Dunlap, Randy (randy.dunlap@intel.com)
Date: Wed Aug 23 2000 - 09:40:09 EST


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/



This archive was generated by hypermail 2b29 : Wed Aug 23 2000 - 21:00:08 EST