]> err.no Git - linux-2.6/blobdiff - arch/mips/pci/ops-au1000.c
[ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definition
[linux-2.6] / arch / mips / pci / ops-au1000.c
index 7932dfe5eb9be5c9ab01c4b34702cac82c024cae..6b29904acf451936093ccbaa8d2af9b759502325 100644 (file)
@@ -112,7 +112,7 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
                first_cfg = 0;
                pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP);
                if (!pci_cfg_vm)
-                       panic (KERN_ERR "PCI unable to get vm area\n");
+                       panic(KERN_ERR "PCI unable to get vm area\n");
                pci_cfg_wired_entry = read_c0_wired();
                add_wired_entry(0, 0, (unsigned long)pci_cfg_vm->addr, PM_4K);
                last_entryLo0  = last_entryLo1 = 0xffffffff;