linux-stable/sound/soc/intel
Dan Carpenter 9202c37739 ASoC: Baytrail: fix error handling in sst_byt_dsp_init()
Calling "kfree(byt)" is a double free because that was allocated with
devm_kzalloc().  There were a couple places which leak "byt->msg".  That
memory is allocated in msg_empty_list_init().

Fixes: f7d01fd675 ('ASoC: Intel: Add Intel Baytrail SST DSP IPC support')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-03-06 12:22:21 +08:00
..
byt-rt5640.c ASoC: Intel: byt-rt5640: Use init time DAI format 2014-02-26 08:49:08 +09:00
haswell.c ASoC: Intel: Add Haswell Machine support 2014-02-22 11:22:27 +09:00
Kconfig ASoC: Intel: Add build support for Baytrail SST 2014-02-25 13:44:44 +09:00
Makefile ASoC: Intel: Add build support for Baytrail SST 2014-02-25 13:44:44 +09:00
mfld_machine.c
sst-acpi.c ASoC: Intel: sst-acpi: Fix Oops in case of missing firmware 2014-02-26 08:45:35 +09:00
sst-baytrail-dsp.c ASoC: Intel: Add Intel Baytrail SST DSP support 2014-02-25 13:44:31 +09:00
sst-baytrail-ipc.c ASoC: Baytrail: fix error handling in sst_byt_dsp_init() 2014-03-06 12:22:21 +08:00
sst-baytrail-ipc.h ASoC: Intel: Add Intel Baytrail SST DSP IPC support 2014-02-25 13:44:34 +09:00
sst-baytrail-pcm.c ASoC: Intel: Add Intel Baytrail SST PCM platform driver 2014-02-25 13:44:36 +09:00
sst-dsp-priv.h ASoC: Intel: Add Intel Baytrail SST DSP support 2014-02-25 13:44:31 +09:00
sst-dsp.c ASoC: Intel: Add support for Haswell/Broadwell DSP 2014-02-22 11:22:21 +09:00
sst-dsp.h ASoC: Intel: Add Baytrail SST ID and Baytrail specific register bits 2014-02-25 13:44:27 +09:00
sst-firmware.c ASoC: Intel: sst-firmware: missing curly braces (harmless) 2014-02-26 08:45:39 +09:00
sst-haswell-dsp.c ASoC: Intel: Add support for Haswell/Broadwell DSP 2014-02-22 11:22:21 +09:00
sst-haswell-ipc.c ASoC: intel: incorrect sizeof() 2014-02-26 08:45:57 +09:00
sst-haswell-ipc.h ASoC: Intel: Add Haswell/Broadwell IPC 2014-02-22 11:22:25 +09:00
sst-haswell-pcm.c ASoC: Intel: Add Haswell and Broadwell PCM platform driver 2014-02-22 11:22:25 +09:00
sst-mfld-dsp.h ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00
sst-mfld-platform.c ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00
sst-mfld-platform.h ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00