aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-09-09 08:53:10 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-09-19 13:13:12 +0000
commitf0ed2737287a06557c43616aa8e0f69c1c852e39 (patch)
tree96d92a302847f570a51e50b187c7b60cf2711ece /src/southbridge/intel
parenta254cc6672c38cdb7f18294f3f11359d4b6e76d1 (diff)
sb/intel/common: Remove space after a cast
Change-Id: Ic3e9570c110d8cded8c00e74fff29cc3a711582e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77737 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r--src/southbridge/intel/common/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/spi.c b/src/southbridge/intel/common/spi.c
index 75e9b21219..c984c6d435 100644
--- a/src/southbridge/intel/common/spi.c
+++ b/src/southbridge/intel/common/spi.c
@@ -788,7 +788,7 @@ static int ich_hwseq_read(const struct spi_flash *flash, u32 addr, size_t len,
printk(BIOS_ERR,
"Attempt to read %x-%x which is out of chip\n",
(unsigned int)addr,
- (unsigned int)addr+(unsigned int) len);
+ (unsigned int)addr+(unsigned int)len);
return -1;
}