]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc3: gadget: don't enable LPM early
authorFelipe Balbi <balbi@ti.com>
Mon, 15 Jul 2013 08:31:27 +0000 (11:31 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:56:58 +0000 (13:56 +0300)
commitfb49740d72a305f2e4110b4dfb53fdd9130d8878
tree7868d23a6e8663ffdf92fd4e66dea90cce561903
parentaff310d91b537c29b979f975d4d9b5f26e978378
usb: dwc3: gadget: don't enable LPM early

LPM is enabled in Connection Done interrupt,
there's no need to enable it early.

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