提交 a0d8c4cf 编写于 作者: M Masahiro Yamada 提交者: Felipe Balbi

usb: dwc3: of-simple: set dev_pm_ops

dwc3_of_simple_dev_pm_ops has never been used since the initial support
by commit 16adc674 ("usb: dwc3: add generic OF glue layer").

I guess it just missed to set .pm struct member.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 ded600ea
...@@ -205,6 +205,7 @@ static struct platform_driver dwc3_of_simple_driver = { ...@@ -205,6 +205,7 @@ static struct platform_driver dwc3_of_simple_driver = {
.driver = { .driver = {
.name = "dwc3-of-simple", .name = "dwc3-of-simple",
.of_match_table = of_dwc3_simple_match, .of_match_table = of_dwc3_simple_match,
.pm = &dwc3_of_simple_dev_pm_ops,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册