We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bea147 commit 9f35d61Copy full SHA for 9f35d61
drivers/usb/cdns3/core.h
@@ -131,8 +131,7 @@ void cdns_set_active(struct cdns *cdns, u8 set_active);
131
#else /* CONFIG_PM_SLEEP */
132
static inline int cdns_resume(struct cdns *cdns)
133
{ return 0; }
134
-static inline int cdns_set_active(struct cdns *cdns, u8 set_active)
135
-{ return 0; }
+static inline void cdns_set_active(struct cdns *cdns, u8 set_active) { }
136
static inline int cdns_suspend(struct cdns *cdns)
137
138
#endif /* CONFIG_PM_SLEEP */
0 commit comments