Skip to content

Commit 3de78f4

Browse files
committed
Merge branch 'topic/sh' into for-linus
2 parents 1602a33 + d9140a0 commit 3de78f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/dma/sh/usb-dmac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@ static int usb_dmac_runtime_resume(struct device *dev)
694694
#endif /* CONFIG_PM */
695695

696696
static const struct dev_pm_ops usb_dmac_pm = {
697+
SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
698+
pm_runtime_force_resume)
697699
SET_RUNTIME_PM_OPS(usb_dmac_runtime_suspend, usb_dmac_runtime_resume,
698700
NULL)
699701
};

0 commit comments

Comments
 (0)