Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Andreas Färber
Am 08.02.2016 um 23:15 schrieb Stephen Boyd: > On 02/07, Andreas Färber wrote: >> As preparation for arm64 based mesongxbb, which pulls in this code once >> enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. >> The loop uses a local unsigned int variable, so adopt that type, >>

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Stephen Boyd
On 02/07, Andreas Färber wrote: > As preparation for arm64 based mesongxbb, which pulls in this code once > enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. > The loop uses a local unsigned int variable, so adopt that type, > matching the header. > > Fixes: 7a29a869434e ("clk:

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Andreas Färber
Am 08.02.2016 um 09:34 schrieb Carlo Caione: > On Sun, Feb 7, 2016 at 10:13 PM, Andreas Färber wrote: >> As preparation for arm64 based mesongxbb, which pulls in this code once >> enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. >> The loop uses a local unsigned int variable, so

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Carlo Caione
On Mon, Feb 8, 2016 at 9:34 AM, Carlo Caione wrote: > On Sun, Feb 7, 2016 at 10:13 PM, Andreas Färber wrote: >> As preparation for arm64 based mesongxbb, which pulls in this code once >> enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. >> The loop uses a local unsigned int

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Carlo Caione
On Sun, Feb 7, 2016 at 10:13 PM, Andreas Färber wrote: > As preparation for arm64 based mesongxbb, which pulls in this code once > enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. > The loop uses a local unsigned int variable, so adopt that type, > matching the header. > > Fixes:

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Andreas Färber
Am 08.02.2016 um 09:34 schrieb Carlo Caione: > On Sun, Feb 7, 2016 at 10:13 PM, Andreas Färber wrote: >> As preparation for arm64 based mesongxbb, which pulls in this code once >> enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. >> The loop uses a local unsigned

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Carlo Caione
On Mon, Feb 8, 2016 at 9:34 AM, Carlo Caione wrote: > On Sun, Feb 7, 2016 at 10:13 PM, Andreas Färber wrote: >> As preparation for arm64 based mesongxbb, which pulls in this code once >> enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. >> The

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Carlo Caione
On Sun, Feb 7, 2016 at 10:13 PM, Andreas Färber wrote: > As preparation for arm64 based mesongxbb, which pulls in this code once > enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. > The loop uses a local unsigned int variable, so adopt that type, > matching the

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Stephen Boyd
On 02/07, Andreas Färber wrote: > As preparation for arm64 based mesongxbb, which pulls in this code once > enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. > The loop uses a local unsigned int variable, so adopt that type, > matching the header. > > Fixes: 7a29a869434e ("clk:

Re: [PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-08 Thread Andreas Färber
Am 08.02.2016 um 23:15 schrieb Stephen Boyd: > On 02/07, Andreas Färber wrote: >> As preparation for arm64 based mesongxbb, which pulls in this code once >> enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. >> The loop uses a local unsigned int variable, so adopt that type, >>

[PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-07 Thread Andreas Färber
As preparation for arm64 based mesongxbb, which pulls in this code once enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. The loop uses a local unsigned int variable, so adopt that type, matching the header. Fixes: 7a29a869434e ("clk: meson: Add support for Meson clock

[PATCH] clk: meson: Fix meson_clk_register_clks() signature type mismatch

2016-02-07 Thread Andreas Färber
As preparation for arm64 based mesongxbb, which pulls in this code once enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch. The loop uses a local unsigned int variable, so adopt that type, matching the header. Fixes: 7a29a869434e ("clk: meson: Add support for Meson clock