diff options
author | Dave Gerlach <[email protected]> | 2016-04-05 14:05:38 -0500 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2016-04-09 02:14:39 +0200 |
commit | c998c07836f985b24361629dc98506ec7893e7a0 (patch) | |
tree | f851843f26a8e1c9263f14b73b8e4f4753f86b76 /tools/perf/util/trace-event-scripting.c | |
parent | 3ce093d4de753d6c92cc09366e29d0618a62f542 (diff) |
cpuidle: Indicate when a device has been unregistered
Currently the 'registered' member of the cpuidle_device struct is set
to 1 during cpuidle_register_device. In this same function there are
checks to see if the device is already registered to prevent duplicate
calls to register the device, but this value is never set to 0 even on
unregister of the device. Because of this, any attempt to call
cpuidle_register_device after a call to cpuidle_unregister_device will
fail which shouldn't be the case.
To prevent this, set registered to 0 when the device is unregistered.
Fixes: c878a52d3c7c (cpuidle: Check if device is already registered)
Signed-off-by: Dave Gerlach <[email protected]>
Acked-by: Daniel Lezcano <[email protected]>
Cc: All applicable <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions