diff options
-rw-r--r-- | drivers/usb/host/xhci.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/xhci.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index f3d0b8d96440..6693de7ce03f 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c | |||
@@ -1623,6 +1623,7 @@ static int xhci_configure_endpoint_result(struct xhci_hcd *xhci, | |||
1623 | /* FIXME: can we allocate more resources for the HC? */ | 1623 | /* FIXME: can we allocate more resources for the HC? */ |
1624 | break; | 1624 | break; |
1625 | case COMP_BW_ERR: | 1625 | case COMP_BW_ERR: |
1626 | case COMP_2ND_BW_ERR: | ||
1626 | dev_warn(&udev->dev, "Not enough bandwidth " | 1627 | dev_warn(&udev->dev, "Not enough bandwidth " |
1627 | "for new device state.\n"); | 1628 | "for new device state.\n"); |
1628 | ret = -ENOSPC; | 1629 | ret = -ENOSPC; |
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index ecd2ad5d226d..fb99c8379142 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -1033,7 +1033,6 @@ struct xhci_transfer_event { | |||
1033 | /* Invalid Stream ID Error */ | 1033 | /* Invalid Stream ID Error */ |
1034 | #define COMP_STRID_ERR 34 | 1034 | #define COMP_STRID_ERR 34 |
1035 | /* Secondary Bandwidth Error - may be returned by a Configure Endpoint cmd */ | 1035 | /* Secondary Bandwidth Error - may be returned by a Configure Endpoint cmd */ |
1036 | /* FIXME - check for this */ | ||
1037 | #define COMP_2ND_BW_ERR 35 | 1036 | #define COMP_2ND_BW_ERR 35 |
1038 | /* Split Transaction Error */ | 1037 | /* Split Transaction Error */ |
1039 | #define COMP_SPLIT_ERR 36 | 1038 | #define COMP_SPLIT_ERR 36 |