Re: [RFC PATCH 04/19] cpufreq: bring data structures close to their locks
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2016-01-12 09:10:37
Also in:
lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2016-01-12 09:10:37
Also in:
lkml
On 11-01-16, 17:35, Juri Lelli wrote:
Currently it is not easy to figure out which lock/mutex protects which data structure. Clean things up by moving data structures and their locks/mutexs closer; also, change comments to document relations further. Cc: "Rafael J. Wysocki" <redacted> Cc: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Juri Lelli <redacted> --- drivers/cpufreq/cpufreq.c | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh