]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: spi: the symbol for Hertz is Hz
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 Nov 2017 19:59:44 +0000 (20:59 +0100)
committerPhilipp 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

index b18db74e7e1a1576f409f7acb1e5d3230b7b1cdb..03d3fa6763da0bd1c3a103512732fd3fa2ffa37a 100644 (file)
@@ -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);
        }