diff options
author | Mark Brown <broonie@kernel.org> | 2025-08-28 21:45:00 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-08-28 21:45:00 +0200 |
commit | 44e51457861edd47bea0f43fab4ed952fdd901f1 (patch) | |
tree | da24b1671a741d32ffc40acb5b10ce2cced78e95 /rust/helpers/err.c | |
parent | f43095de82b04a11f7239fdf9e724d907ea3dc3b (diff) | |
parent | 11f5c5f9e43e9020bae452232983fe98e7abfce0 (diff) |
ASoC: use int type to store negative error codes
Merge series from Qianfeng Rong <rongqianfeng@vivo.com>:
The 'ret' variable usually is used to store returns from some functions,
which return either zero on success or negative error codes on failure.
Storing the negative error codes in unsigned type, doesn't cause an issue
at runtime but it's ugly as pants. Additionally, assigning negative error
codes to unsigned type may trigger a GCC warning when the -Wsign-conversion
flag is enabled.
Change "ret" from u32/unsigned int to int type. No effect on runtime.
Diffstat (limited to 'rust/helpers/err.c')
0 files changed, 0 insertions, 0 deletions