diff options
author | Axel Lin <[email protected]> | 2014-03-30 16:42:57 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2014-04-14 17:18:55 +0100 |
commit | 7a40054361162d2f78f332aa868fed137beb7901 (patch) | |
tree | 22f5adfbc063516d1dcdce19d49ae7b520d5d1f0 /tools/perf/util/trace-event-scripting.c | |
parent | abcadeb255074d1351d110ef696b647859fa3d5b (diff) |
spi: fsl-spi: Fix memory leak
mpc8xxx_spi_probe() has set master->cleanup = mpc8xxx_spi_cleanup,
however current code overrides the setting in fsl_spi_probe() and set
master->cleanup = fsl_spi_cleanup.
Thus the memory allocated for cs is not freed anywhere.
Convert to use devm_kzalloc to fix the memory leak.
Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions