usb: dwc3: gadget: no more tracking endpoint type with its name
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 23 May 2016 08:27:26 +0000 (11:27 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 20 Jun 2016 09:32:39 +0000 (12:32 +0300)
commit7ab373aadbd0463c0f020d368947b05e67a20bd5
treee97083595b13c1c84ccb87ab1ea044c04e2cba9b
parent22f2c619a116f120fe57de1225cfe7fdeb0b12d2
usb: dwc3: gadget: no more tracking endpoint type with its name

I really thought this would be useful, but as it
turns out, it creates more problems than fixes. The
amount of times we had to fix this because some
other commit shuffled things around and ended up
regressing this tiny little string manupulation...

Might as well remove it, since it has a negligible
added benefit.

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