Re: [PATCH 4/4] cpufreq: Make cpufreq_driver->exit() return void

From: Kevin Hilman
Date: Mon Jul 08 2024 - 20:24:40 EST


Viresh Kumar <viresh.kumar@xxxxxxxxxx> writes:

> From: Lizhe <sensor1010@xxxxxxx>
>
> The cpufreq core doesn't check the return type of the exit() callback
> and there is not much the core can do on failures at that point. Just
> drop the returned value and make it return void.
>
> Signed-off-by: Lizhe <sensor1010@xxxxxxx>
> [ Viresh: Reworked the patches to fix all missing changes together. ]
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---

[...]

> drivers/cpufreq/omap-cpufreq.c | 3 +--

For OMAP:

Acked-by: Kevin Hilman <khilman@xxxxxxxxxxxx>