usb: dwc3: gadget: don't WARN about lack of TRBs
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 17 May 2017 10:19:06 +0000 (13:19 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 17 May 2017 10:20:51 +0000 (13:20 +0300)
commit202adafe5a6e68fea30982c57cf51489936487ef
treeffbe57095952391f497954584211458e04fc04d0
parent225785aec726f3edd5077be8f084b0b70ca197a8
usb: dwc3: gadget: don't WARN about lack of TRBs

We don't need a big fat warning with stack dump at all. Running out of
TRBs is a normal condition and we will have more TRBs available as
soon as some transfers complete.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c