PM / runtime: add note about re-calling in during device probe()
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 17 Apr 2015 00:14:15 +0000 (01:14 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 May 2015 22:02:38 +0000 (00:02 +0200)
The sh_eth driver has come up with an issue where the runtime_pm
code suspends it during the probe() method due to the network
device registration re-calling into the driver.

Add a note about this into the documentation.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/runtime_pm.txt

Simple merge