Skip to content

Commit a0d8c4c

Browse files
masahir0yFelipe Balbi
authored andcommitted
usb: dwc3: of-simple: set dev_pm_ops
dwc3_of_simple_dev_pm_ops has never been used since the initial support by commit 16adc67 ("usb: dwc3: add generic OF glue layer"). I guess it just missed to set .pm struct member. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
1 parent ded600e commit a0d8c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/dwc3/dwc3-of-simple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ static struct platform_driver dwc3_of_simple_driver = {
205205
.driver = {
206206
.name = "dwc3-of-simple",
207207
.of_match_table = of_dwc3_simple_match,
208+
.pm = &dwc3_of_simple_dev_pm_ops,
208209
},
209210
};
210211

0 commit comments

Comments
 (0)