aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorHerve Codina <[email protected]>2023-06-23 10:58:22 +0200
committerMark Brown <[email protected]>2023-07-09 22:48:12 +0100
commitad4e8480a1db8713ee7dfcc2770ea9f577750111 (patch)
tree16c5fe675ea31c59c917d5e480eebd17a2bb02c8 /tools/perf/scripts/python/flamegraph.py
parent1e1b4fbd6d0f8c54af14dcf18bd3136816153b12 (diff)
iio: inkern: Remove the 'unused' variable usage in iio_channel_read_max()
The code uses a local variable to initialize a null pointer in order to avoid accessing this null pointer later on. Simply removed the 'unused' variable and check for the null pointer just before accessing it. Signed-off-by: Herve Codina <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Reviewed-by: Christophe Leroy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions