[coreboot-gerrit] Change in coreboot[master]: sb/intel/lynxpoint: Add whitespace around '<<'

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Mon Jul 3 21:44:46 CEST 2017


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/20458


Change subject: sb/intel/lynxpoint: Add whitespace around '<<'
......................................................................

sb/intel/lynxpoint: Add whitespace around '<<'

Change-Id: I1b2a16e8eb70819c72efd50f30a57f3687f31bb5
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/southbridge/intel/lynxpoint/lpc.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/20458/1

diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c
index 37cd94b..513063e 100644
--- a/src/southbridge/intel/lynxpoint/lpc.c
+++ b/src/southbridge/intel/lynxpoint/lpc.c
@@ -371,7 +371,7 @@
 	pci_write_config32(dev, 0xac,
 		pci_read_config32(dev, 0xac) | (1 << 21));
 
-	pch_iobp_update(0xED00015C, ~(1<<11), 0x00003700);
+	pch_iobp_update(0xED00015C, ~(1 << 11), 0x00003700);
 	pch_iobp_update(0xED000118, ~0UL, 0x00c00000);
 	pch_iobp_update(0xED000120, ~0UL, 0x00240000);
 	pch_iobp_update(0xCA000000, ~0UL, 0x00000009);
@@ -466,7 +466,7 @@
 
 	/* Check for LPT-LP B2 stepping and 0:31.0 at 0xFA > 4 */
 	if (pci_read_config8(dev_find_slot(0, PCI_DEVFN(2, 0)), 0x8) >= 0x0b)
-		RCBA32_OR(0x2614, (1<<26));
+		RCBA32_OR(0x2614, (1 << 26));
 
 	RCBA32_OR(0x900, 0x0000031f);
 

-- 
To view, visit https://review.coreboot.org/20458
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1b2a16e8eb70819c72efd50f30a57f3687f31bb5
Gerrit-Change-Number: 20458
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170703/2eddaa51/attachment.html>


More information about the coreboot-gerrit mailing list