Re: [PATCH] cpufreq: powernv: Check negative value returned by cpufreq_table_find_index_dl()
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2018-02-21 10:20:17
Also in:
linux-pm, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2018-02-21 10:20:17
Also in:
linux-pm, lkml
On 21-02-18, 11:17, Rafael J. Wysocki wrote:
The driver is expected to call cpufreq_table_validate_and_show() at ->init() time and fail ->init() if that fails. That's kind of fragile, because it depends on the driver to do the right thing.
That's exactly what I am trying to explore here, i.e. Call validate/show from core instead of drivers. -- viresh