ramips: fix wrong i2s clock unit from kHz to MHz
[openwrt/openwrt.git] / target / linux / ramips / patches-4.14 / 0048-asoc-add-mt7620-support.patch
index 5f105c69e21fc804b4c7bf9b783e286380d1de7f..1834e88538f47c1f5916a5853e8e29130c1b918b 100644 (file)
@@ -1007,7 +1007,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +      if (ret)
 +              goto err_debugfs;
 +
-+      dev_info(i2s->dev, "mclk %luKHz\n", clk_get_rate(i2s->clk) / 1000000);
++      dev_info(i2s->dev, "mclk %luMHz\n", clk_get_rate(i2s->clk) / 1000000);
 +
 +      return 0;
 +