[PATCH 01/24] clk: meson: Remove negative error returns from clk_get_rate
    Simon Glass 
    sjg at chromium.org
       
    Sat Oct 18 10:34:48 CEST 2025
    
    
  
Hi Andrew,
On Wed, 15 Oct 2025 at 15:32, Andrew Goodbody
<andrew.goodbody at linaro.org> wrote:
>
> clk_get_rate() returns a ulong so do not attempt to pass negative error
> codes through it.
>
> Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
> ---
>  drivers/clk/meson/a1.c   | 10 +++++-----
>  drivers/clk/meson/axg.c  | 10 +++++-----
>  drivers/clk/meson/g12a.c | 36 ++++++++++++++++++------------------
>  drivers/clk/meson/gxbb.c | 20 ++++++++++----------
>  4 files changed, 38 insertions(+), 38 deletions(-)
>
Don't change the driver interface...just update the uclass.
Regards,
Simon
    
    
More information about the U-Boot
mailing list