aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/pci-bcm1480.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/pci/pci-bcm1480.c')
-rw-r--r--arch/mips/pci/pci-bcm1480.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/pci/pci-bcm1480.c b/arch/mips/pci/pci-bcm1480.c
index 37b52dc3d27e..e2e69e1e9fe1 100644
--- a/arch/mips/pci/pci-bcm1480.c
+++ b/arch/mips/pci/pci-bcm1480.c
@@ -54,8 +54,8 @@
54 54
55static void *cfg_space; 55static void *cfg_space;
56 56
57#define PCI_BUS_ENABLED 1 57#define PCI_BUS_ENABLED 1
58#define PCI_DEVICE_MODE 2 58#define PCI_DEVICE_MODE 2
59 59
60static int bcm1480_bus_status; 60static int bcm1480_bus_status;
61 61
@@ -194,7 +194,7 @@ struct pci_controller bcm1480_controller = {
194 .pci_ops = &bcm1480_pci_ops, 194 .pci_ops = &bcm1480_pci_ops,
195 .mem_resource = &bcm1480_mem_resource, 195 .mem_resource = &bcm1480_mem_resource,
196 .io_resource = &bcm1480_io_resource, 196 .io_resource = &bcm1480_io_resource,
197 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 197 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES,
198}; 198};
199 199
200 200
@@ -227,7 +227,7 @@ static int __init bcm1480_pcibios_init(void)
227 PCI_COMMAND)); 227 PCI_COMMAND));
228 if (!(cmdreg & PCI_COMMAND_MASTER)) { 228 if (!(cmdreg & PCI_COMMAND_MASTER)) {
229 printk 229 printk
230 ("PCI: Skipping PCI probe. Bus is not initialized.\n"); 230 ("PCI: Skipping PCI probe. Bus is not initialized.\n");
231 iounmap(cfg_space); 231 iounmap(cfg_space);
232 return 1; /* XXX */ 232 return 1; /* XXX */
233 } 233 }