[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <28163c26-152b-9188-9c13-7a906809e0f1@lechnology.com>
Date: Mon, 25 Jun 2018 18:18:28 -0500
From: David Lechner <david@...hnology.com>
To: Bartosz Golaszewski <brgl@...ev.pl>, Sekhar Nori <nsekhar@...com>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Kevin Hilman <khilman@...nel.org>
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
stable@...r.kernel.org
Subject: Re: [PATCH] clk: davinci: fix a typo (which leads to build failures)
On 06/25/2018 12:25 PM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@...libre.com>
>
> This should have been DM365, not DM356.
>
> Fixes: 4eff0bebf4ed5 ("clk: davinci: Fix link errors when not all SoCs are enabled")
> Cc: stable@...r.kernel.org
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.com>
> ---
> drivers/clk/davinci/psc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/davinci/psc.h b/drivers/clk/davinci/psc.h
> index 6a42529d31a9..cc5614567a70 100644
> --- a/drivers/clk/davinci/psc.h
> +++ b/drivers/clk/davinci/psc.h
> @@ -107,7 +107,7 @@ extern const struct davinci_psc_init_data of_da850_psc1_init_data;
> #ifdef CONFIG_ARCH_DAVINCI_DM355
> extern const struct davinci_psc_init_data dm355_psc_init_data;
> #endif
> -#ifdef CONFIG_ARCH_DAVINCI_DM356
> +#ifdef CONFIG_ARCH_DAVINCI_DM365
> extern const struct davinci_psc_init_data dm365_psc_init_data;
> #endif
> #ifdef CONFIG_ARCH_DAVINCI_DM644x
>
Applied to https://github.com/dlech/linux/tree/clk-davinci-fixes
Thanks.
Powered by blists - more mailing lists