commit | 202adafe5a6e68fea30982c57cf51489936487ef | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed May 17 13:19:06 2017 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed May 17 13:20:51 2017 +0300 |
tree | ffbe57095952391f497954584211458e04fc04d0 | |
parent | 225785aec726f3edd5077be8f084b0b70ca197a8 [diff] |
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>