[U-Boot] [PATCH 1/1] rockchip: spi: the symbol for Hertz is Hz

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Nov 12 19:59:44 UTC 2017


fix typo

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 drivers/spi/rk_spi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/rk_spi.c b/drivers/spi/rk_spi.c
index b18db74e7e..03d3fa6763 100644
--- 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 hz)\n",
+		debug("%s: can't divide down to %d Hz (actual will be %d Hz)\n",
 		      __func__, speed, priv->input_rate / clk_div);
 	}
 
-- 
2.15.0



More information about the U-Boot mailing list