usb: dwc3: gadget: fix XferNotReady debug print
authorFelipe Balbi <balbi@ti.com>
Wed, 18 Jan 2012 15:06:03 +0000 (17:06 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 6 Feb 2012 09:48:28 +0000 (11:48 +0200)
commit40aa41fba348bc5bd19ff5bcf2b03d67bb01d1ce
tree81cb72779547b8530e6b28c9f7c59d0e599ef113
parent138801aaa566ecb5a5739a85909b9ec7285efd70
usb: dwc3: gadget: fix XferNotReady debug print

Only bit 3 of the event status bitfield is valid
and the others should not be considered.

Make sure SW matches documentation on that case
to avoid bogus debugging prints which would
confuse an engineer.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c