src: Remove unneeded whitespace
Change-Id: I6c77f4289b46646872731ef9c20dc115f0cf876d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
9856892297
commit
a342f3937e
@@ -275,7 +275,7 @@ static void pciexp_L1_substate_commit(struct device *root, struct device *dev,
|
||||
pci_update_config32(root, root_cap + 0x08, ~0xff00,
|
||||
(comm_mode_rst_time << 8));
|
||||
|
||||
pci_update_config32(root, root_cap + 0x0c , 0xffffff04,
|
||||
pci_update_config32(root, root_cap + 0x0c, 0xffffff04,
|
||||
(endp_power_on_value << 3) | (power_on_scale));
|
||||
|
||||
/* TODO: 0xa0, 2 are values that work on some chipsets but really
|
||||
@@ -291,7 +291,7 @@ static void pciexp_L1_substate_commit(struct device *root, struct device *dev,
|
||||
L1SubStateSupport);
|
||||
|
||||
for (dev_t = dev; dev_t; dev_t = dev_t->sibling) {
|
||||
pci_update_config32(dev_t, end_cap + 0x0c , 0xffffff04,
|
||||
pci_update_config32(dev_t, end_cap + 0x0c, 0xffffff04,
|
||||
(endp_power_on_value << 3) | (power_on_scale));
|
||||
|
||||
pci_update_config32(dev_t, end_cap + 0x08,
|
||||
|
Reference in New Issue
Block a user