]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/ppc4xx/4xx_pcie.c
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[karo-tx-uboot.git] / arch / powerpc / cpu / ppc4xx / 4xx_pcie.c
index b76890e09998ebe972465809d278073a28a09394..a87e93b80c112a7191dbdf709779ca8642258e7e 100644 (file)
@@ -265,7 +265,8 @@ static int pcie_read_config(struct pci_controller *hose, unsigned int devfn,
         */
        pcie_dmer_disable ();
 
-       debug("%s: cfg_data=%08x offset=%08x\n", __func__, hose->cfg_data, offset);
+       debug("%s: cfg_data=%p offset=%08x\n", __func__,
+               hose->cfg_data, offset);
        switch (len) {
        case 1:
                *val = in_8(hose->cfg_data + offset);