[PATCH] powerpc: Fix compile problem in pci.c for ppc32
pci_address_to_pio is missing a closing curly brace Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Родитель
f2c4583a38
Коммит
e5cd040409
|
@ -1823,7 +1823,7 @@ unsigned long pci_address_to_pio(phys_addr_t address)
|
|||
unsigned long base =
|
||||
(unsigned long)hose->io_base_virt - _IO_BASE;
|
||||
return base + (address - hose->io_base_phys);
|
||||
|
||||
}
|
||||
}
|
||||
return (unsigned int)-1;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче