diff options
author | Uwe Kleine-König <[email protected]> | 2023-11-05 15:39:33 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-11-13 01:26:38 +0000 |
commit | dfa8121a6ca7725576f71f7b505f711e1148f151 (patch) | |
tree | eb1e5919543b97d31a6a8bd168811fa8647d278d /scripts/generate_rust_analyzer.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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions