net/netdev: fix switch case missing break
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
316797a7f6
commit
28860b5242
@ -1530,6 +1530,7 @@ static int netdev_file_ioctl(FAR struct socket *psock, int cmd,
|
|||||||
ret = -ENOSYS;
|
ret = -ENOSYS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
ret = -ENOTTY;
|
ret = -ENOTTY;
|
||||||
|
Loading…
Reference in New Issue
Block a user