lkml.org 
[lkml]   [1999]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: drivers/usb/uhci.c compilation fix
Linus,

Please apply the patch below to allow compilation of
drivers/usb/uhci.c. Tested in 2.3.17-pre1 with USB mouse and keyboard,
applies cleanly to 2.3.17.

--- linux-2.3.17-pre1.orig/drivers/usb/uhci.c Sat Sep 4 15:09:38 1999
+++ linux-2.3.17-pre1.acme/drivers/usb/uhci.c Sat Sep 4 15:07:36 1999
@@ -864,9 +864,7 @@
isocdesc->start_frame);
#endif
return -EINVAL;
- }
- }
- else /* start_frame <= cur_frame */ {
+ } else /* start_frame <= cur_frame */ {
if ((isocdesc->start_frame + UHCI_MAX_SOF_NUMBER + 1
- cur_frame) > CAN_SCHEDULE_FRAMES) {
#ifdef CONFIG_USB_DEBUG_ISOC

- Arnaldo


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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