aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2022-12-02 19:35:10 +0100
committerThierry Reding <[email protected]>2022-12-06 12:46:06 +0100
commitc8135b5174145a65c72c4303f2752cc8cecf8d08 (patch)
tree2976bcd8bf39daa9de5e86e764a37da976b2b3f4 /tools/perf/scripts/python/bin
parente51b156b18fb6d34a1e409d153040a02adb5c7e0 (diff)
pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()
This simplifies error handling as the need for goto error handling goes away and at the end of the function the code can be simplified as this code isn't used in the error case any more. Now memory allocation and the call to of_pwmchip_add() are done without holding the lock. Both don't access the data structures protected by &pwm_lock. Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions