Loading drivers/base/dd.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/base/dd.c +1 −1 Original line number Diff line number Diff line Loading @@ -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