Hi,
Here's a patch against 2.4.13-pre6 that fixes a potential problem in the
usb-uhci debug code for when CONFIG_HIGHMEM is enabled.
thanks,
greg k-h
(temporary USB maintainer)
diff --minimal -Nru a/drivers/usb/usb-uhci-debug.h b/drivers/usb/usb-uhci-debug.h
--- a/drivers/usb/usb-uhci-debug.h Tue Oct 23 15:47:36 2001
+++ b/drivers/usb/usb-uhci-debug.h Tue Oct 23 15:47:36 2001
@@ -5,7 +5,7 @@
dbg("qh has not QH_TYPE");
return;
}
- dbg("QH @ %p/%08X:", qh, qh->dma_addr);
+ dbg("QH @ %p/%08llX:", qh, (u64)qh->dma_addr);
if (qh->hw.qh.head & UHCI_PTR_TERM)
dbg(" Head Terminate");
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel