UPSTREAM: 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)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 16 Aug 2016 12:48:19 +0000 (20:48 +0800)
commit1bcf0c714a14885b882484cc1a8cfe4f62eb1f69
treee9eed623024dc34d5dfcc735f4471fb3f5eb4841
parent12815bd9e98aaaaf5ddb835fc452a65beffbfba8
UPSTREAM: 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.

Change-Id: I6b64399df59313f6572df7dfd93c35e2894377b5
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
(cherry picked from commit 7ab373aadbd0463c0f020d368947b05e67a20bd5)
drivers/usb/dwc3/gadget.c