]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: max77620: drop redundant OF node initialisation
authorJohan Hovold <johan@kernel.org>
Tue, 7 Apr 2026 12:14:05 +0000 (14:14 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 10 Apr 2026 12:56:21 +0000 (13:56 +0100)
commit606c780b8843731c78c0f6fa0a1c3b99456ca263
tree65813fc987e1746c3f52b5198237d9c2cbc35863
parentde76a763805d0051242b3862823b34d894ec81f9
regulator: max77620: drop redundant OF node initialisation

The platform device OF node is set unconditionally since commit
6f55c5dd1118 ("regulator: max77620: Use device_set_of_node_from_dev()")
so drop the earlier redundant conditional initialisation.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260407121405.2663004-1-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max77620-regulator.c