ASoC: soc-utils: Fix unregistration order
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 26 Jun 2018 11:58:35 +0000 (08:58 -0300)
committerMark Brown <broonie@kernel.org>
Tue, 26 Jun 2018 14:25:46 +0000 (15:25 +0100)
commitb66c9b911fe6ca188002b342b05c43deab4491a3
tree7d598f0345b353680b54e21a70301a6a54170a4e
parent1b31de922e28de2bf2078b7a1e341ad4aee6aa03
ASoC: soc-utils: Fix unregistration order

The unregistration should happen in the opposite order of
the registration, so change it accordingly.

No real issue has been noticed, but it is good practice to
keep the correct unregistration order.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-utils.c