Re: [PATCH] ASoC: fsl_xcvr: fix potential resource leak

2020-11-25 Thread Mark Brown
On Tue, 24 Nov 2020 16:19:57 +0200, Viorel Suman (OSS) wrote: > "fw" variable must be relased before return. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_xcvr: fix potential resource leak commit: 373c2cebf42772434c8dd0def

[PATCH] ASoC: fsl_xcvr: fix potential resource leak

2020-11-24 Thread Viorel Suman (OSS)
From: Viorel Suman "fw" variable must be relased before return. Signed-off-by: Viorel Suman --- sound/soc/fsl/fsl_xcvr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c index 2a28810d0e29..3d58c88ea603 100644 --- a/sound/soc/fsl/fsl_xcvr.