summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-11-05 17:39:33 +0300
committerMark Brown <broonie@kernel.org>2023-11-13 04:26:38 +0300
commitdfa8121a6ca7725576f71f7b505f711e1148f151 (patch)
treeeb1e5919543b97d31a6a8bd168811fa8647d278d /tools
parentb85ea95d086471afb4ad062012a4d73cd328fa86 (diff)
downloadlinux-dfa8121a6ca7725576f71f7b505f711e1148f151.tar.xz
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')
0 files changed, 0 insertions, 0 deletions