Fix compile warning.

This commit is contained in:
Hans Petter Selasky 2013-05-03 13:33:36 +00:00
parent 67ff590b9e
commit 6c21893360
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250212

View File

@ -838,8 +838,9 @@ usb_config_parse(struct usb_device *udev, uint8_t iface_index, uint8_t cmd)
udev->ep_curr = NULL;
USB_BUS_UNLOCK(udev->bus);
}
#if (USB_HAVE_FIXED_IFACE == 0) || (USB_HAVE_FIXED_ENDPOINT == 0)
done:
#endif
if (err) {
if (cmd == USB_CFG_ALLOC) {
cleanup: