[PATCH 2/2] clk: Move init fields from clk to clk_hw
From: Shawn Guo <hidden>
Date: 2012-03-20 14:17:33
Also in:
linux-arm-msm, lkml
From: Shawn Guo <hidden>
Date: 2012-03-20 14:17:33
Also in:
linux-arm-msm, lkml
On Tue, Mar 20, 2012 at 10:40:31AM +0100, Sascha Hauer wrote: ...
I am using these functions and don't need a static array, I just call the functions with the desired parameters.
With this patch getting in, you do not have to use them then. I feel a static array will be much more readable than a long list of function calls with a long list of hardcoded arguments to each. -- Regards, Shawn