Re: [PATCH 2/2] ASoC: imx-audmix: fix object reference leaks in probe

2019-04-09 Thread Daniel Baluta
On Tue, Apr 9, 2019 at 11:36 AM Viorel Suman wrote: > > Release the reference to the underlying device taken > by of_find_device_by_node() call. > > Signed-off-by: Viorel Suman Please add here the Reported-by tag pointing to Julia. > --- > sound/soc/fsl/imx-audmix.c | 31 +++---

[PATCH 2/2] ASoC: imx-audmix: fix object reference leaks in probe

2019-04-09 Thread Viorel Suman
Release the reference to the underlying device taken by of_find_device_by_node() call. Signed-off-by: Viorel Suman --- sound/soc/fsl/imx-audmix.c | 31 +++ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/sound/soc/fsl/imx-audmix.c b/sound/soc/fsl/imx-a