northbridge/intel/fsp_rangeley: Add space around operators
Change-Id: Ia60729db83333c1159862cf604de321e3af8dcb1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16631 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
a3d15afc67
commit
d4fea5c675
@@ -86,7 +86,6 @@ static int add_fixed_resources(struct device *dev, int index)
|
|||||||
struct resource *resource;
|
struct resource *resource;
|
||||||
u32 pcie_config_base, pcie_config_size;
|
u32 pcie_config_base, pcie_config_size;
|
||||||
|
|
||||||
|
|
||||||
if (get_pcie_bar(&pcie_config_base, &pcie_config_size)) {
|
if (get_pcie_bar(&pcie_config_base, &pcie_config_size)) {
|
||||||
printk(BIOS_DEBUG, "Adding PCIe config bar base=0x%08x "
|
printk(BIOS_DEBUG, "Adding PCIe config bar base=0x%08x "
|
||||||
"size=0x%x\n", pcie_config_base, pcie_config_size);
|
"size=0x%x\n", pcie_config_base, pcie_config_size);
|
||||||
|
Reference in New Issue
Block a user