[coreboot-gerrit] Change in ...coreboot[master]: soc/intel/braswell: Correct code style

Frans Hendriks (Code Review) gerrit at coreboot.org
Mon Dec 10 11:47:58 CET 2018


Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30126


Change subject: soc/intel/braswell: Correct code style
......................................................................

soc/intel/braswell: Correct code style

Curly braces not required for this else statement

BUG=N/A
TEST=Intel CherryHill CRB

Change-Id: I73764aac62762d270f63957cc917c1e4d3f0eb20
Signed-off-by: Frans Hendriks <fhendriks at eltan.com>
---
M src/soc/intel/braswell/southcluster.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/30126/1

diff --git a/src/soc/intel/braswell/southcluster.c b/src/soc/intel/braswell/southcluster.c
index 6ea2ea9..0852b33 100644
--- a/src/soc/intel/braswell/southcluster.c
+++ b/src/soc/intel/braswell/southcluster.c
@@ -179,10 +179,10 @@
 		printk(BIOS_DEBUG, "Disabling slp_x stretching.\n");
 		write32(gen_pmcon1,
 			read32(gen_pmcon1) | DIS_SLP_X_STRCH_SUS_UP);
-	} else {
+	} else
 		write32(gen_pmcon1,
 			read32(gen_pmcon1) & ~DIS_SLP_X_STRCH_SUS_UP);
-	}
+
 
 	/* Initialize i8254 timers */
 	setup_i8254();

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30126
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I73764aac62762d270f63957cc917c1e4d3f0eb20
Gerrit-Change-Number: 30126
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks at eltan.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181210/64e1b993/attachment.html>


More information about the coreboot-gerrit mailing list