diff options
Diffstat (limited to 'drivers/usb/dwc3/debug.h')
-rw-r--r-- | drivers/usb/dwc3/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/debug.h b/drivers/usb/dwc3/debug.h index 6759a7efd8d5..068259fdfb0c 100644 --- a/drivers/usb/dwc3/debug.h +++ b/drivers/usb/dwc3/debug.h | |||
@@ -250,6 +250,9 @@ static inline void dwc3_decode_get_status(__u8 t, __u16 i, __u16 l, char *str, | |||
250 | size_t size) | 250 | size_t size) |
251 | { | 251 | { |
252 | switch (t & USB_RECIP_MASK) { | 252 | switch (t & USB_RECIP_MASK) { |
253 | case USB_RECIP_DEVICE: | ||
254 | snprintf(str, size, "Get Device Status(Length = %d)", l); | ||
255 | break; | ||
253 | case USB_RECIP_INTERFACE: | 256 | case USB_RECIP_INTERFACE: |
254 | snprintf(str, size, "Get Interface Status(Intf = %d, Length = %d)", | 257 | snprintf(str, size, "Get Interface Status(Intf = %d, Length = %d)", |
255 | i, l); | 258 | i, l); |