On Tue, Jul 23, 2019 at 11:44:06AM +0530, Viresh Kumar wrote: > CPUFREQ_NOTIFY is going to get removed soon, lets use > CPUFREQ_CREATE_POLICY instead of that here. CPUFREQ_CREATE_POLICY is > called only once (which is exactly what we want here) for each cpufreq > policy when it is first created. > > Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> > --- > drivers/base/arch_topology.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>