diff options
author | Qianfeng Rong <rongqianfeng@vivo.com> | 2025-08-30 20:27:52 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2025-09-21 13:02:18 -0700 |
commit | 41bba99777be40924d99af117e8c220652c20ab6 (patch) | |
tree | 51ac20c53e0638846d0774853e544f60f0ab5e73 /rust/kernel/alloc.rs | |
parent | b52297f6eb82e46ae5ecc34d270e7ed96eca0594 (diff) |
clk: ep93xx: Use int type to store negative error codes
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@vivo.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'rust/kernel/alloc.rs')
0 files changed, 0 insertions, 0 deletions