summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorArtur Weber <aweber.kernel@gmail.com>2025-05-15 16:16:32 +0200
committerLee Jones <lee@kernel.org>2025-05-22 10:57:15 +0100
commit37512643e1f889549e4f9632d6bccef6804cb776 (patch)
tree8cb438bb3ea50b823fe5c9317cf299f64a465ed0 /tools/perf/scripts/python/bin/flamegraph-record
parentd310cdbb4ee6285f374d4dfc32173c35f8a2273e (diff)
downloadkernel-37512643e1f889549e4f9632d6bccef6804cb776.tar.gz
regulator: bcm590xx: Use dev_err_probe for regulator register error
Instead of calling dev_err() and returning PTR_ERR(...) separately, use a single "return dev_err_probe" statement. Signed-off-by: Artur Weber <aweber.kernel@gmail.com> Reviewed-by: Stanislav Jakubek <stano.jakubek@gmail.com> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20250515-bcm59054-v9-5-14ba0ea2ea5b@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
=f36963c9d3f6f415732710da3acdd8608a9fa0e5'>cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell 2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell 2015-04-17cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky 2015-03-10cpumask: only allocate nr_cpumask_bits.Rusty Russell 2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai 2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai 2014-06-01net: Revert mlx4 cpumask changes.David S. Miller 2014-06-01cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai 2014-01-21lib/cpumask.c: use memblock apis for early memory allocationsSantosh Shilimkar