[coreboot-gerrit] New patch to review for coreboot: mainboard/intel/galileo: Fix checkpatch errors

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Mon Mar 6 18:15:38 CET 2017


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18592

-gerrit

commit b27faa631f1a0d115d18255af03a907c5e6c705a
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Mon Mar 6 09:05:41 2017 -0800

    mainboard/intel/galileo: Fix checkpatch errors
    
    Tix the error detected by checkpatch and update the copyright date.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Idc55169913e7b7b0aca684c26f6ed3b349fc6c09
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/galileo/gpio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/intel/galileo/gpio.c b/src/mainboard/intel/galileo/gpio.c
index b7518c0..857390e 100644
--- a/src/mainboard/intel/galileo/gpio.c
+++ b/src/mainboard/intel/galileo/gpio.c
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2016 Intel Corp.
+ * Copyright (C) 2016-2017 Intel Corp.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ void mainboard_gpio_i2c_init(device_t dev)
 		script = gen2_i2c_init;
 	else
 		/* Determine which I2C address is in use */
-		script = (reg_legacy_gpio_read (R_QNC_GPIO_RGLVL_RESUME_WELL)
+		script = (reg_legacy_gpio_read(R_QNC_GPIO_RGLVL_RESUME_WELL)
 			& GALILEO_DETERMINE_IOEXP_SLA_RESUMEWELL_GPIO)
 			? gen1_i2c_0x20_init : gen1_i2c_0x21_init;
 



More information about the coreboot-gerrit mailing list