On 06-12-16, 17:24, Stephen Boyd wrote:
On 12/06, Viresh Kumar wrote:
Split out parts of _add_opp_table() and _remove_opp_table() into separate routines. This will be useful going forward (while doing further cleanups).
Should result in no functional changes.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Reviewed-by: Stephen Boyd sboyd@codeaurora.org
But perhaps this should wait until we have patches that actually use them.
Even if there are no more patches, it would be good to separate our allocation/removal to separate routines.
Will update the commit log a bit and will include your Reviewed-by tag. Thanks.