Re: [PATCH] clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate

From: Stephen Boyd
Date: Mon Aug 22 2022 - 22:17:40 EST


Quoting Stefan Wahren (2022-06-25 01:36:43)
> The function raspberrypi_fw_get_rate (e.g. used for the recalc_rate
> hook) can fail to get the clock rate from the firmware. In this case
> we cannot return a signed error value, which would be casted to
> unsigned long. Fix this by returning 0 instead.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx>
> ---

Applied to clk-fixes