Fix build (sc->dev => sc->sc_dev).

This commit is contained in:
Florent Thoumie 2007-02-03 21:11:11 +00:00
parent cece26a63a
commit 2b5fb13e20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166478

View file

@ -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);
}