]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/xhci-pci.c
Merge git://git.denx.de/u-boot-x86
[u-boot] / drivers / usb / host / xhci-pci.c
index e8fd6bf6ae08fdcad981259ff09aa8d8444dc4fe..b995aef997ec23c695f84e39490de30439bea8d1 100644 (file)
@@ -23,9 +23,8 @@ static void xhci_pci_init(struct udevice *dev, struct xhci_hccr **ret_hccr,
        hcor = (struct xhci_hcor *)((uintptr_t) hccr +
                        HC_LENGTH(xhci_readl(&hccr->cr_capbase)));
 
-       debug("XHCI-PCI init hccr 0x%x and hcor 0x%x hc_length %d\n",
-             (u32)hccr, (u32)hcor,
-             (u32)HC_LENGTH(xhci_readl(&hccr->cr_capbase)));
+       debug("XHCI-PCI init hccr %p and hcor %p hc_length %d\n",
+             hccr, hcor, (u32)HC_LENGTH(xhci_readl(&hccr->cr_capbase)));
 
        *ret_hccr = hccr;
        *ret_hcor = hcor;