]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/common/pci.c
Big white-space cleanup.
[karo-tx-uboot.git] / board / mpl / common / pci.c
index bde14beeb168f3d9f33ec7c8dda4e7007c5f48d1..bfd642892ba26c65bf78e0496c8c3f95e3ed9f6b 100644 (file)
@@ -97,7 +97,7 @@ static void reloc_pci_cfg_table(struct pci_config_table *table)
        unsigned long addr;
 
        for (; table && table->vendor; table++) {
-               addr = (ulong) (table->config_device) + gd->reloc_off;
+               addr = (ulong) (table->config_device) + gd->reloc_off;
 #ifdef DEBUG
                printf ("device \"%d\": 0x%08lx => 0x%08lx\n",
                                table->device, (ulong) (table->config_device), addr);