]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/cpci750/pci.c
Coding Style cleanup: replace leading SPACEs by TABs
[people/ms/u-boot.git] / board / esd / cpci750 / pci.c
index c9b3ac2a4f36ea03061891e051b09364fbe0da94..59f170a0df7108e79945bec78db2cf0072c5a8d7 100644 (file)
@@ -746,7 +746,7 @@ static int gt_read_config_dword (struct pci_controller *hose,
        int bus = PCI_BUS (dev);
 
        if ((bus == local_buses[0]) || (bus == local_buses[1])) {
-               *value = pciReadConfigReg ((PCI_HOST) hose->cfg_addr,
+               *value = pciReadConfigReg ((PCI_HOST) hose->cfg_addr,
                                           offset | (PCI_FUNC(dev) << 8),
                                           PCI_DEV (dev));
        } else {