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:
ba811ad
)
spi: fsl-dspi: Fix memory leak
author
Axel Lin
<axel.lin@ingics.com>
Tue, 25 Mar 2014 01:19:05 +0000
(09:19 +0800)
committer
Mark Brown
<broonie@linaro.org>
Fri, 28 Mar 2014 11:47:43 +0000
(11:47 +0000)
The memory allocated for chip is not freed anywhere.
Convert to use devm_kzalloc to fix the memory leak.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found