OPP: The level field is always of unsigned int type
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 19 Dec 2023 06:02:39 +0000 (11:32 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 27 Dec 2023 07:57:30 +0000 (13:27 +0530)
commitba367479c7ad0b870461024cd5ae7a1ea6e1e3db
tree8621037b0d79adccc0842f65ebeec1f6fe923737
parent19cc8b1819a40410c50a3efab6cf27b73298deb5
OPP: The level field is always of unsigned int type

By mistake, dev_pm_opp_find_level_floor() used the level parameter as
unsigned long instead of unsigned int. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c
include/linux/pm_opp.h