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)
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>

No differences found