diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-11-05 15:39:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-11-13 01:26:38 +0000 |
commit | dfa8121a6ca7725576f71f7b505f711e1148f151 (patch) | |
tree | eb1e5919543b97d31a6a8bd168811fa8647d278d /tools/perf/scripts/python/stackcollapse.py | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
spi: cadence-xspi: Drop useless assignment to NULL
Static structs are initialized with zeros for unspecified fields. So
there is no advantage to explicitly initialize .remove with NULL and the
assignment can be dropped without side effects.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20231105143932.3722920-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions