ASoC: nau8810: Fix memory leak in nau8810_eq_put error path
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
78822e36dc
commit
ec10396477
|
@ -221,6 +221,7 @@ static int nau8810_eq_put(struct snd_kcontrol *kcontrol,
|
|||
if (ret) {
|
||||
dev_err(codec->dev, "EQ configuration fail, register: %x ret: %d\n",
|
||||
reg + i, ret);
|
||||
kfree(data);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue