aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/kernel/pci.c')
-rw-r--r--arch/tile/kernel/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c
index af75835d6ed2..b7180e6e900d 100644
--- a/arch/tile/kernel/pci.c
+++ b/arch/tile/kernel/pci.c
@@ -386,7 +386,7 @@ void pcibios_set_master(struct pci_dev *dev)
386} 386}
387 387
388/* Process any "pci=" kernel boot arguments. */ 388/* Process any "pci=" kernel boot arguments. */
389char * __init pcibios_setup(char *str) 389char *__init pcibios_setup(char *str)
390{ 390{
391 if (!strcmp(str, "off")) { 391 if (!strcmp(str, "off")) {
392 pci_probe = 0; 392 pci_probe = 0;