git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd218aa
)
ASoC: tlv320aic31xx: Don't call kfree for memory allocated by devm_kzalloc
author
Axel Lin
<axel.lin@ingics.com>
Sun, 16 Mar 2014 15:06:25 +0000
(23:06 +0800)
committer
Mark Brown
<broonie@linaro.org>
Tue, 18 Mar 2014 12:00:27 +0000
(12:00 +0000)
The kfree call is not necessary, but we need to call snd_soc_unregister_codec()
in remove().
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found