usb: musb: Remove pm_runtime_set_irq_safe
authorTony Lindgren <tony@atomide.com>
Tue, 31 May 2016 15:05:21 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <tony@atomide.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c