PM / Runtime: Prevent runtime_resume from racing with probe
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 6 Jul 2011 08:52:23 +0000 (10:52 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 6 Jul 2011 08:52:23 +0000 (10:52 +0200)
This patch (as1475) adds device_lock() and device_unlock() calls to
the store methods for the power/control and power/autosuspend_delay_ms
sysfs attribute files.  We don't want badly timed writes to these
files to cause runtime_resume callbacks to occur while a driver is
being probed for a device.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found