[RFC 1/2] clk: use struct clk only for external API

viresh kumar viresh.kumar at linaro.org
Wed Nov 28 11:06:49 EST 2012


On Wed, Nov 28, 2012 at 9:31 PM, viresh kumar <viresh.kumar at linaro.org> wrote:
> On Wed, Nov 28, 2012 at 5:22 PM, Rabin Vincent
> Isn't something wrong here? For common clk case shouldn't
> this be:
>
>> +#define clk_to_clk_core(clk)  (&clk->clk)
>> +#define clk_core_to_clk(core) (container_of(clk, ...))  //not getting into the exact format here
>
> Sorry, if i am missing basics.

Ok. I saw these getting updated in 2/2. But it means this individual patch
is broken and this is not allowed i believe.

--
viresh



More information about the linux-arm-kernel mailing list