mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix compiler warning.
This commit is contained in:
parent
f78fa6b67e
commit
6c9cef576c
1 changed files with 1 additions and 0 deletions
|
|
@ -1342,6 +1342,7 @@ usb2_ioctl(struct cdev *dev, u_long cmd, caddr_t data,
|
|||
|
||||
u.data = data;
|
||||
|
||||
err = 0;
|
||||
switch (cmd) {
|
||||
case USB_READ_DIR:
|
||||
err = usb2_read_symlink(u.urd->urd_data,
|
||||
|
|
|
|||
Loading…
Reference in a new issue