From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 14 Sep 2016 11:17:17 -0700 Subject: [PATCH] clk: meson: fix CLKID_GCLK_VENCI_INT typo In-Reply-To: <20160906130130.1645496-1-arnd@arndb.de> References: <20160906130130.1645496-1-arnd@arndb.de> Message-ID: <20160914181717.GQ7243@codeaurora.org> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org 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 > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 14 Sep 2016 11:17:17 -0700 From: Stephen Boyd To: Arnd Bergmann Cc: Michael Turquette , Carlo Caione , Kevin Hilman , Alexander =?iso-8859-1?Q?M=FCller?= , Paul Gortmaker , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: meson: fix CLKID_GCLK_VENCI_INT typo Message-ID: <20160914181717.GQ7243@codeaurora.org> References: <20160906130130.1645496-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20160906130130.1645496-1-arnd@arndb.de> List-ID: 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 > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 14 Sep 2016 11:17:17 -0700 Subject: [PATCH] clk: meson: fix CLKID_GCLK_VENCI_INT typo In-Reply-To: <20160906130130.1645496-1-arnd@arndb.de> References: <20160906130130.1645496-1-arnd@arndb.de> Message-ID: <20160914181717.GQ7243@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > 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