diff mbox

clk/tegra: Fix mux typo, s/pll_m/clk_m/

Message ID 1410361925-19739-1-git-send-email-seanpaul@chromium.org
State Not Applicable, archived
Headers show

Commit Message

Sean Paul Sept. 10, 2014, 3:12 p.m. UTC
Fixes a typo in the mux_pllp_pllc_clkm table which had
pll_m instead of clk_m.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 drivers/clk/tegra/clk-tegra-periph.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter De Schrijver Oct. 8, 2014, 3:13 p.m. UTC | #1
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@chromium.org>
> ---
>  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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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,