lkml.org 
[lkml]   [2015]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names
    On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote:
    > Replace duplicated const keyword for 'emc_parent_clk_names' with proper
    > array of const pointers to const strings.
    >
    > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
    > ---
    > drivers/clk/tegra/clk-emc.c | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)

    This would probably better go in via the Tegra tree since the patch that
    contains this has only made it to linux-next.

    Stephen, Mike, any objections to me taking this?

    Thierry

    > diff --git a/drivers/clk/tegra/clk-emc.c b/drivers/clk/tegra/clk-emc.c
    > index 615da43a508d..637798c3cc59 100644
    > --- a/drivers/clk/tegra/clk-emc.c
    > +++ b/drivers/clk/tegra/clk-emc.c
    > @@ -45,7 +45,7 @@
    > #define CLK_SOURCE_EMC_EMC_2X_CLK_SRC(x) (((x) & CLK_SOURCE_EMC_EMC_2X_CLK_SRC_MASK) << \
    > CLK_SOURCE_EMC_EMC_2X_CLK_SRC_SHIFT)
    >
    > -static const char const *emc_parent_clk_names[] = {
    > +static const char * const emc_parent_clk_names[] = {
    > "pll_m", "pll_c", "pll_p", "clk_m", "pll_m_ud",
    > "pll_c2", "pll_c3", "pll_c_ud"
    > };
    > --
    > 1.9.1
    >
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2015-04-09 12:41    [W:5.553 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site