commit | d460acebd7959cc91e7edc594d90adb9b72a0b05 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sun Jun 30 23:42:51 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jul 15 01:33:10 2013 +0200 |
tree | 74701e2151eb83d1cef064e590aa0027fa5cf7e0 | |
parent | ecd046da57d3327367b930478234e58f01bc9f0f [diff] |
ACPI / dock: Drop the hp_lock mutex from struct dock_station The only existing user of the hp_lock mutex in struct dock_station, hotplug_dock_devices(), is always called under acpi_scan_lock and cannot race with another instance of itself, so drop the mutex which is not necessary. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>