提交 679d9980 编写于 作者: R Rafael J. Wysocki

Merge branch 'pm-runtime'

* pm-runtime:
  PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()
...@@ -499,7 +499,7 @@ static void __device_release_driver(struct device *dev) ...@@ -499,7 +499,7 @@ static void __device_release_driver(struct device *dev)
BUS_NOTIFY_UNBIND_DRIVER, BUS_NOTIFY_UNBIND_DRIVER,
dev); dev);
pm_runtime_put(dev); pm_runtime_put_sync(dev);
if (dev->bus && dev->bus->remove) if (dev->bus && dev->bus->remove)
dev->bus->remove(dev); dev->bus->remove(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册