]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: mt6357: fix OF node reference imbalance
authorJohan Hovold <johan@kernel.org>
Wed, 8 Apr 2026 07:30:52 +0000 (09:30 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 9 Apr 2026 19:19:32 +0000 (20:19 +0100)
commit2f38e96c273e15f5e9f5d1fc2c0cbba703751602
treea58833d1f763f147d20356266c418850a95bddd1
parent2edaf5f7ada0ab5c9ec1f0836bd19779a8d85262
regulator: mt6357: fix OF node reference imbalance

The driver reuses the OF node of the parent multi-function device but
fails to take another reference to balance the one dropped by the
platform bus code when unbinding the MFD and deregistering the child
devices.

Fix this by using the intended helper for reusing OF nodes.

Fixes: dafc7cde23dc ("regulator: add mt6357 regulator")
Cc: stable@vger.kernel.org # 6.2
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260408073055.5183-5-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6357-regulator.c