summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/common/spi.c')
-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;
}