On Sat, Jul 15, 2023 at 05:22:04PM +0900, Leesoo Ahn wrote:Thank you for the feedback, just figured out that ioctl never returns the error code.
> Return -EOPNOTSUPP instead of -EINVAL which has the meaning of
EOPNOTSUPP is the wrong errno. ENOTTY is "more" correct.