lkml.org 
[lkml]   [2000]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH] 2.4.0-test7-pre7 drivers/usb/usbkbd.c compile fix
Date
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/

\
 
 \ /
  Last update: 2005-03-22 12:37    [W:0.024 / U:1.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site