projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2081a
)
omap3: spi: the symbol for Hertz is Hz
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 12 Nov 2017 20:02:52 +0000
(21:02 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 21 Nov 2017 01:18:40 +0000
(20:18 -0500)
fix typo
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/spi/omap3_spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/omap3_spi.c
b/drivers/spi/omap3_spi.c
index ebbdcaf14a069035611504b2a8de377137737569..1da4542af0dee4ebcf2c57e75e72b773375ff20d 100644
(file)
--- a/
drivers/spi/omap3_spi.c
+++ b/
drivers/spi/omap3_spi.c
@@
-548,7
+548,8
@@
struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
}
if (max_hz > OMAP3_MCSPI_MAX_FREQ) {
- printf("SPI error: unsupported frequency %i Hz. Max frequency is 48 Mhz\n", max_hz);
+ printf("SPI error: unsupported frequency %i Hz. Max frequency is 48 MHz\n",
+ max_hz);
return NULL;
}