usb: musb: dsps: start OTG timer on resume again
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 13 Oct 2014 10:16:13 +0000 (12:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 17:00:05 +0000 (09:00 -0800)
commitb944ad83dbdaa0d02ed9e0a1d5749475f62561a4
treec26fd2168e26c17b9e5866705109232d47d9ebf9
parentbe7cabe556695e136f983623e22c3c52de25dc1b
usb: musb: dsps: start OTG timer on resume again

commit 53185b3a441a6cc9bb3f57e924342d249138dcd6 upstream.

Commit 468bcc2a2ca ("usb: musb: dsps: kill OTG timer on suspend") stopped
the timer in suspend path but forgot the re-enable it in the resume
path. This patch fixes the behaviour.

Fixes 468bcc2a2ca "usb: musb: dsps: kill OTG timer on suspend"
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_dsps.c