commit | 2b960386cb75bd332a132c44c9ec69bd1f3122d8 | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | Thu Jul 21 20:03:49 2016 +0200 |
committer | Mark Brown <broonie@kernel.org> | Thu Jul 21 19:18:17 2016 +0100 |
tree | 05a20281f3b1e15b7f8bf80d25a0733d0a522cb0 | |
parent | 48b418d7fd359fe1d9845507bdbecf151e0a0dd9 [diff] |
ASoC: samsung: Fix error paths in the I2S driver's probe() Ensure they secondary DAI device is freed properly when asoc_dma_platform registration fails. This change is needed for proper deferred probe support and will help preventing situations when the CPU DAI's initialization completes without required DMA resources. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>