Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1483521

Re: [PATCH] clk: meson: fix CLKID_GCLK_VENCI_INT typo

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH] clk: meson: fix CLKID_GCLK_VENCI_INT typo
Date 2016-09-14 20:20 +0200
Message-ID <shmWR-4ek-1@gated-at.bofh.it> (permalink)
References <seoiu-2rH-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/06, Arnd Bergmann wrote:
> The addition of many gate clocks added two entries in an array for
> the same value:
> 
> drivers/clk/meson/meson8b.c:479:10: error: initialized field overwritten [-Werror=override-init]
>    [CLKID_GCLK_VENCI_INT]     = &meson8b_gclk_venci_int.hw,
>    [CLKID_GCLK_VENCI_INT]     = &meson8b_gclk_vencp_int.hw,
> 
> This was clearly an accident, and since all other identifiers are
> listed in the order in which they are defined, I'm changing the
> first one to CLKID_GCLK_VENCI_INT0, making it all consistent again.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: e31a1900c1ff ("meson: clk: Add support for clock gates")
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] clk: meson: fix CLKID_GCLK_VENCI_INT typo Stephen Boyd <sboyd@codeaurora.org> - 2016-09-14 20:20 +0200

csiph-web