Skip to content
Commit f7ba716f authored by Silviu-Mihai Popescu's avatar Silviu-Mihai Popescu Committed by Mark Brown
Browse files

ASoC: core: fix invalid free of devm_ allocated data



The objects allocated by devm_* APIs are managed by devres and are freed when
the device is detached. Hence there is no need to use kfree() explicitly.

Signed-off-by: default avatarSilviu-Mihai Popescu <silviupopescu1990@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent e8b18add
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment