Merge branch 'pm-runtime'

* pm-runtime:
  PM / Runtime: Fix error path for prepare
  PM / Runtime: Update documentation around probe|remove|suspend
This commit is contained in:
Rafael J. Wysocki
2013-11-19 01:06:49 +01:00
کامیت 77aa26514a
2فایلهای تغییر یافته به همراه9 افزوده شده و 8 حذف شده

مشاهده پرونده

@@ -1350,6 +1350,9 @@ static int device_prepare(struct device *dev, pm_message_t state)
device_unlock(dev);
if (error)
pm_runtime_put(dev);
return error;
}