commit | 0730bd2e2ade00d88647b13a0c17cde254ddf56e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Sep 29 18:32:12 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 29 11:21:03 2016 -0700 |
tree | 37570151b1860c36b98aa74a2099fabd3c914edb | |
parent | 5919a3898136aae4d2cb4b18b44f70f7b185aa47 [diff] |
ASoC: Intel: Skylake: fix memory leak of module on error exit path Currently there is a memory leak of module on a ENOMEM return path. Fix this by kfree'ing module before returning. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>