Re: [PATCH] regulator: axp20x: Fix reference cout leak

2021-01-20 Thread Mark Brown
On Wed, 20 Jan 2021 04:33:13 -0800, Pan Bian wrote: > Decrements the reference count of device node and its child node. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: axp20x: Fix reference cout leak commit: e78bf6be7e

[PATCH] regulator: axp20x: Fix reference cout leak

2021-01-20 Thread Pan Bian
Decrements the reference count of device node and its child node. Fixes: dfe7a1b058bb ("regulator: AXP20x: Add support for regulators subsystem") Signed-off-by: Pan Bian --- drivers/regulator/axp20x-regulator.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/re