diff options
| author | Alexander Duyck <[email protected]> | 2019-01-22 10:39:16 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-01-31 14:20:53 +0100 |
| commit | ed88747c6c4a2fc2f961a36d4c50cb0868c30229 (patch) | |
| tree | 482ff0b5ec8f143ea79914d2029fae63ce407e7b /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 3451a495ef244a88ed6317a035299d835554d579 (diff) | |
device core: Consolidate locking and unlocking of parent and device
Try to consolidate all of the locking and unlocking of both the parent and
device when attaching or removing a driver from a given device.
To do that I first consolidated the lock pattern into two functions
__device_driver_lock and __device_driver_unlock. After doing that I then
created functions specific to attaching and detaching the driver while
acquiring these locks. By doing this I was able to reduce the number of
spots where we touch need_parent_lock from 12 down to 4.
This patch should produce no functional changes, it is meant to be a code
clean-up/consolidation only.
Reviewed-by: Luis Chamberlain <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Dan Williams <[email protected]>
Reviewed-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Alexander Duyck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions