[PATCH] cpufreq: imx6q: Disable only available frequencies

Viresh Kumar viresh.kumar at linaro.org
Thu May 11 02:53:55 PDT 2023


On 11-05-23, 11:23, Christoph Niedermaier wrote:
> @@ -254,16 +269,16 @@ static int imx6q_opp_check_speed_grading(struct device *dev)
>  	val &= 0x3;
>  
>  	if (val < OCOTP_CFG3_SPEED_996MHZ)
> -		if (dev_pm_opp_disable(dev, 996000000))
> +		if (disable_freq_if_available(dev, 996000000))
>  			dev_warn(dev, "failed to disable 996MHz OPP\n");

Ahh, these warnings.

What about printing the warning only when returned error != -ENODEV ?
Or just marking them dev_dbg() ?

-- 
viresh



More information about the linux-arm-kernel mailing list