Hi,

Here's a patch against 2.4.13-pre6 that fixes a problem in the usb-ohci
driver when CONFIG_HIGHMEM is selected.

thanks,

greg k-h
(temporary USB maintainer)


diff --minimal -Nru a/drivers/usb/usb-ohci.h b/drivers/usb/usb-ohci.h
--- a/drivers/usb/usb-ohci.h    Tue Oct 23 15:14:27 2001
+++ b/drivers/usb/usb-ohci.h    Tue Oct 23 15:14:27 2001
@@ -373,7 +373,7 @@
 
 typedef struct ohci {
        struct ohci_hcca *hcca;         /* hcca */
-       u32 hcca_dma;
+       dma_addr_t hcca_dma;
 
        int irq;
        int disabled;                   /* e.g. got a UE, we're hung */

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to