mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 14:38:25 +00:00
net/netdev: fix switch case missing break
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
316797a7f6
commit
28860b5242
1 changed files with 1 additions and 0 deletions
|
|
@ -1530,6 +1530,7 @@ static int netdev_file_ioctl(FAR struct socket *psock, int cmd,
|
|||
ret = -ENOSYS;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
ret = -ENOTTY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue