commit | d1c18caace25aa8b6fcfe4dc78e96a031f1eab2d | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sat Mar 29 15:03:37 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Sat Mar 29 10:01:13 2014 +0000 |
tree | cbd1c6b5671e58a3353c469d920aac24702f82c2 | |
parent | 31804f638ef213f78f4a5ee896c4226ba55ab415 [diff] |
spi: omap-100k: Fix memory leak The memory allocated for cs 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>