mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-21 04:33:49 +00:00
Merge branch 'pm-runtime'
* pm-runtime: PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()
This commit is contained in:
commit
679d9980f9
@ -499,7 +499,7 @@ static void __device_release_driver(struct device *dev)
|
||||
BUS_NOTIFY_UNBIND_DRIVER,
|
||||
dev);
|
||||
|
||||
pm_runtime_put(dev);
|
||||
pm_runtime_put_sync(dev);
|
||||
|
||||
if (dev->bus && dev->bus->remove)
|
||||
dev->bus->remove(dev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user