diff options
author | Emilio López <emilio@elopez.com.ar> | 2014-03-19 15:19:33 -0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-03-19 12:35:07 -0700 |
commit | 9ce71ca10fb8aeb900aeb319dde05750467554bf (patch) | |
tree | c62ad893e2b7f0946301adcfa8a914aa048934d4 | |
parent | 2226013972da1ec0a2aeb13a684180bb2b50e0f3 (diff) | |
download | op-kernel-dev-9ce71ca10fb8aeb900aeb319dde05750467554bf.zip op-kernel-dev-9ce71ca10fb8aeb900aeb319dde05750467554bf.tar.gz |
clk: sunxi: fix thinko in comment
This should read MOD0 and not MMC; MMC is just one example of a MOD0
clock.
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
-rw-r--r-- | drivers/clk/sunxi/clk-sunxi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c index aaec9d7..bd7dc73 100644 --- a/drivers/clk/sunxi/clk-sunxi.c +++ b/drivers/clk/sunxi/clk-sunxi.c @@ -330,7 +330,7 @@ static void sun4i_get_apb1_factors(u32 *freq, u32 parent_rate, /** * sun4i_get_mod0_factors() - calculates m, n factors for MOD0-style clocks - * MMC rate is calculated as follows + * MOD0 rate is calculated as follows * rate = (parent_rate >> p) / (m + 1); */ |