Messages in this thread Patch in this message |  | | | Date | Sat, 4 Sep 1999 18:21:17 -0300 (EST) | | From | Arnaldo Carvalho de Melo <> | | Subject | [PATCH] Re: 2.3.17-pre1 fails to compile |
| |
Linus,
This seems to be right, tested here with USB mouse. Connect/Disconnect working.
--- 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
On Sat, 4 Sep 1999, Joerg Ströttchen wrote:
> Hi, > > the 2.3.17-1 pre-patch fails to compile in /usb/drivers/usb/uhci.c using > a gcc-2.95.1
- 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/
|  |