On 28-08-20, 11:37, Viresh Kumar wrote:
dev_pm_opp_of_remove_table() doesn't report any errors when it fails to find the OPP table with error -ENODEV (i.e. OPP table not present for the device). And we can call dev_pm_opp_of_remove_table() unconditionally here.
Reviewed-by: Qiang Yu yuq825@gmail.com Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
V2: Applied Reviewed by tag.
drivers/gpu/drm/lima/lima_devfreq.c | 6 +----- drivers/gpu/drm/lima/lima_devfreq.h | 1 - 2 files changed, 1 insertion(+), 6 deletions(-)
Qiang, can you please pick it up ?