summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/am1i-a/BiosCallOuts.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 16:30:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-09 13:11:04 +0000
commit1943f3798d7e05c704431cf6602cf8bb86e40898 (patch)
treecd49e41daf5e35667f0387bd3b45aa855e2131e6 /src/mainboard/asus/am1i-a/BiosCallOuts.c
parent5b66288d51412d48df24e72e9d53b8e90cf4b562 (diff)
downloadcoreboot-1943f3798d7e05c704431cf6602cf8bb86e40898.tar.xz
{device,drivers,lib,mb,nb}: Use only one space after 'if'
Change-Id: I390191fb58605d1bd6a2e5d19a9dfa7c8493e6b2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26063 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus/am1i-a/BiosCallOuts.c')
-rw-r--r--src/mainboard/asus/am1i-a/BiosCallOuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/am1i-a/BiosCallOuts.c b/src/mainboard/asus/am1i-a/BiosCallOuts.c
index dae44ca792..6b25d38b01 100644
--- a/src/mainboard/asus/am1i-a/BiosCallOuts.c
+++ b/src/mainboard/asus/am1i-a/BiosCallOuts.c
@@ -105,7 +105,7 @@ void board_FCH_InitReset(struct sysinfo *cb_NA, FCH_RESET_DATA_BLOCK *FchParams_
/* Read SATA speed setting from CMOS */
enum cb_err ret;
ret = get_option(&FchParams_reset->SataSetMaxGen2, "sata_speed");
- if (ret != CB_SUCCESS) {
+ if (ret != CB_SUCCESS) {
FchParams_reset->SataSetMaxGen2 = 0;
printk(BIOS_DEBUG, "ERROR: cannot read CMOS setting, falling back to default. Error code: %x\n", (int)ret);
}