Re: [PATCH] cpufreq: sun50i: fix error returns in dt_has_supported_hw()

From: Viresh Kumar
Date: Thu Apr 25 2024 - 01:08:48 EST


On 24-04-24, 14:40, Dan Carpenter wrote:
> The dt_has_supported_hw() function returns type bool. That means these
> negative error codes are cast to true but the function should return
> false instead.
>
> Fixes: fa5aec9561cf ("cpufreq: sun50i: Add support for opp_supported_hw")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---
> drivers/cpufreq/sun50i-cpufreq-nvmem.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied. Thanks.

--
viresh