usb: dwc3: gadget: Fix suspend/resume during device mode
authorRoger Quadros <rogerq@ti.com>
Tue, 12 Apr 2016 08:33:29 +0000 (11:33 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 09:35:18 +0000 (12:35 +0300)
commit9772b47a4c2916d645c551228b6085ea24acbe5d
tree0517e1fc9865c2a009404c182bcac4fe4fe544f4
parente6bdf8195b4a43ebff71f25fc7ca5e436e79161a
usb: dwc3: gadget: Fix suspend/resume during device mode

Gadget controller might not be always active during system
suspend/resume as gadget driver might not have yet been loaded or
might have been unloaded prior to system suspend.

Check if we're active and only then perform
necessary actions during suspend/resume.

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