mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
f51a9d5ac5
Some drivers may not implement certain ioctls, but applications may still call these ioctl functions for consistency. In this case, to avoid an assertion, return ENOTTY. Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>