Skip to content

Commit

Permalink
clk: sunxi: fix thinko in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emilio López authored and Mike Turquette committed Mar 19, 2014
1 parent 2226013 commit 9ce71ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/sunxi/clk-sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
*/

Expand Down

0 comments on commit 9ce71ca

Please sign in to comment.