Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae4307a7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss: Clear runtime_error flag when exit runtime PM feature"

parents 1d6b7340 52fb14dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3146,6 +3146,7 @@ EXPORT_SYMBOL(cnss_runtime_init);
void cnss_runtime_exit(struct device *dev)
{
	pm_runtime_get_noresume(dev);
	pm_runtime_set_active(dev);
}
EXPORT_SYMBOL(cnss_runtime_exit);
module_init(cnss_initialize);