commit | b66c9b911fe6ca188002b342b05c43deab4491a3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Tue Jun 26 08:58:35 2018 -0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Jun 26 15:25:46 2018 +0100 |
tree | 7d598f0345b353680b54e21a70301a6a54170a4e | |
parent | 1b31de922e28de2bf2078b7a1e341ad4aee6aa03 [diff] |
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>