mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
All I2S driver operation functions say in their signature description that negative errno values are returned on failure. However, some of these same functions had `uint32_t` return types. This would result in incorrect comparison of the return value against signed error code values. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>