Re: [PATCH] clk: ep93xx: Use int type to store negative error codes

From: Stephen Boyd

Date: Sun Sep 21 2025 - 16:02:44 EST


Quoting Qianfeng Rong (2025-08-30 05:27:52)
> Change the 'ret' variable in ep93xx_uart_clock_init() from unsigned int to
> int, as it needs to store either negative error codes or zero.
>
> Storing the negative error codes in unsigned type, doesn't cause an issue
> at runtime but can be confusing. Additionally, assigning negative error
> codes to unsigned type may trigger a GCC warning when the -Wsign-conversion
> flag is enabled.
>
> No effect on runtime.
>
> Signed-off-by: Qianfeng Rong <rongqianfeng@xxxxxxxx>
> ---

Applied to clk-next