mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 09:53:23 +00:00
This commit fixes the incorrect casting of signed types to unsigned types in the I2S character driver. NOTE: the I2S character driver IOCTLs retain their original argument types. This is fine, because errors are reported through errno by the ioctl call. The returned value in the 'arg' parameter is to be ignored when the call results in an error. Outside of error codes, all i2s interfaces return unsigned values. Signed-off-by: Matteo Golin <matteo.golin@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| i2schar.c | ||
| Kconfig | ||
| Make.defs | ||