aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2022-02-13 19:29:05 +0100
committerJonathan Cameron <[email protected]>2022-02-26 16:40:29 +0000
commit2c43265516b5a507a2bc646453aafea8aaa304e7 (patch)
treef155831b538412177391ce73834d8b715dfe3c8c /tools/perf/scripts/python/syscall-counts.py
parent2be8795a609800e5071d868d459ce29232fce2c8 (diff)
iio: adc: xilinx-ams: Use devm_delayed_work_autocancel() to simplify code
Use devm_delayed_work_autocancel() instead of hand writing it. This is less verbose and saves a few lines of code. devm_delayed_work_autocancel() uses devm_add_action() instead of devm_add_action_or_reset(). This is fine, because if the underlying memory allocation fails, no work has been scheduled yet. So there is nothing to undo. Signed-off-by: Christophe JAILLET <[email protected]> Acked-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/2626e6a057e40cd2271ef0e5f81d12e607bad5b4.1644776929.git.christophe.jaillet@wanadoo.fr Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions