Loading
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: dafc7cde ("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>