commit | 7fe6e7bed3c9253ebf4021fdb05fd1e46c61fb1c | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Sun Mar 02 13:49:48 2014 +0000 |
committer | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Sun Mar 02 13:49:48 2014 +0000 |
tree | dfaf127169b72e693d9f651b572f8ecfcf449d24 | |
parent | 265719fdf0961cc25cf8313544cb766aa7fe9194 [diff] |
ASoC: Intel: Fix Baytrail IPC double kfree. struct sst_byt is allocated with devm_kzalloc, but freed on the error path of sst_byt_dsp_init(). Remove the extra kfree() and fix the error path. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>