|
@@ -128,7 +128,8 @@ static void tmio_start_hc(struct platform_device *dev)
|
|
|
tmio_iowrite8(2, tmio->ccr + CCR_INTC);
|
|
|
|
|
|
dev_info(&dev->dev, "revision %d @ 0x%08llx, irq %d\n",
|
|
|
- tmio_ioread8(tmio->ccr + CCR_REVID), hcd->rsrc_start, hcd->irq);
|
|
|
+ tmio_ioread8(tmio->ccr + CCR_REVID),
|
|
|
+ (u64) hcd->rsrc_start, hcd->irq);
|
|
|
}
|
|
|
|
|
|
static int ohci_tmio_start(struct usb_hcd *hcd)
|