usb: musb: Remove pm_runtime_set_irq_safe
authorTony Lindgren <[email protected]>
Tue, 31 May 2016 15:05:21 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <[email protected]>
Wed, 1 Jun 2016 21:58:59 +0000 (14:58 -0700)
commit1c4d0b4e18068b49e0eb9bf5125ff25c6d1452cd
tree1b985c4a4ccb63e973106c4ae1dd9f15ad40891d
parent87326e858448c40e32f142c0b8dcc59d7b27c641
usb: musb: Remove pm_runtime_set_irq_safe

With the pull up being handled with delayed work, we can
now finally remove pm_runtime_set_irq_safe that blocks the
MUSB glue from idling.

Signed-off-by: Tony Lindgren <[email protected]>
Signed-off-by: Bin Liu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/musb/musb_core.c