ASoC: fsl: fsl_ssi: Fix the order of resources removal
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 17 Aug 2013 21:13:00 +0000 (18:13 -0300)
committerMark Brown <broonie@linaro.org>
Tue, 20 Aug 2013 10:47:04 +0000 (11:47 +0100)
commit0783e648988a2ccef6eac9b1c376e7832e09cd94
tree3312f0cae5972ddef3c9cc6c29873123f53b4ece
parent3c1c32d3765876b72570966c819fac4b8c646394
ASoC: fsl: fsl_ssi: Fix the order of resources removal

In fsl_ssi_remove() we need to remove the resources in the opposite order that
they were acquired in probe.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c