mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 09:40:54 +07:00
[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:
parent
f2c4583a38
commit
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user