mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build (sc->dev => sc->sc_dev).
This commit is contained in:
parent
cece26a63a
commit
2b5fb13e20
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ uhub_attach(device_t self)
|
|||
}
|
||||
err = usbd_set_config_index(dev, 0, 1);
|
||||
if (err) {
|
||||
DEVPRINTF((sc->dev, "configuration failed, error=%s\n",
|
||||
DEVPRINTF((sc->sc_dev, "configuration failed, error=%s\n",
|
||||
usbd_errstr(err)));
|
||||
return (ENXIO);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue