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:
39eb5fd
)
ASoC: dapm: using freed pointer in dapm_kcontrol_add_widget()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 31 Jul 2013 08:52:44 +0000
(11:52 +0300)
committer
Mark Brown
<broonie@linaro.org>
Wed, 31 Jul 2013 11:19:25 +0000
(12:19 +0100)
There is a typo here so we end up using the old freed pointer instead of
the newly allocated one. (If the "n" is zero then the code works,
obviously).
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found