On Wed, Sep 10, 2014 at 08:12:05AM -0700, Sean Paul wrote: > Fixes a typo in the mux_pllp_pllc_clkm table which had > pll_m instead of clk_m. > Looks fine. I will take this for the next merge. > Signed-off-by: Sean Paul <seanpaul@xxxxxxxxxxxx> > --- > drivers/clk/tegra/clk-tegra-periph.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/tegra/clk-tegra-periph.c b/drivers/clk/tegra/clk-tegra-periph.c > index 37f32c4..d3d208d 100644 > --- a/drivers/clk/tegra/clk-tegra-periph.c > +++ b/drivers/clk/tegra/clk-tegra-periph.c > @@ -303,7 +303,7 @@ static const char *mux_pllm_pllc_pllp_plla[] = { > #define mux_pllm_pllc_pllp_plla_idx mux_pllp_pllc_pllm_clkm_idx > > static const char *mux_pllp_pllc_clkm[] = { > - "pll_p", "pll_c", "pll_m" > + "pll_p", "pll_c", "clk_m" > }; > static u32 mux_pllp_pllc_clkm_idx[] = { > [0] = 0, [1] = 1, [2] = 3, Thanks! Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html