git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24e36d
)
rockchip: spi: the symbol for Hertz is Hz
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 12 Nov 2017 19:59:44 +0000
(20:59 +0100)
committer
Philipp Tomsich
<philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 22:57:23 +0000
(23:57 +0100)
fix typo
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/spi/rk_spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/rk_spi.c
b/drivers/spi/rk_spi.c
index
b18db74
..
03d3fa6
100644
(file)
--- a/
drivers/spi/rk_spi.c
+++ b/
drivers/spi/rk_spi.c
@@
-94,7
+94,7
@@
static void rkspi_set_clk(struct rockchip_spi_priv *priv, uint speed)
*/
if (clk_div > 0xfffe) {
clk_div = 0xfffe;
- debug("%s: can't divide down to %d
hz (actual will be %d h
z)\n",
+ debug("%s: can't divide down to %d
Hz (actual will be %d H
z)\n",
__func__, speed, priv->input_rate / clk_div);
}