]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: mvebu: simplify of_node_put calls
authorMartin Kaiser <martin@kaiser.cx>
Sat, 2 May 2026 12:14:27 +0000 (14:14 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 1 Jun 2026 06:24:46 +0000 (08:24 +0200)
commit79c72baaae2322ee7ef2aef26d04250e580dccd9
tree0beabf064e857ab8dd0804112c0697cfb5095db2
parente73bd62dd7de707ecbf0d326efcad6756c674da4
ARM: mvebu: simplify of_node_put calls

In armada_370_coherency_init, cpu_config_np is no longer needed after
of_iomap. We can call of_node_put earlier and summarize the two calls.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/mach-mvebu/coherency.c