commit | 055d56891ea7a6bb39444db58ea30eafa5a1cb40 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Jan 24 19:48:23 2018 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Feb 27 09:19:12 2018 +0800 |
tree | 17105d5bd404b6bdcfd560f0bba9d9fb214f016c | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
clk: hi3798cv200: fix unregister call sequence in error path The unregister call sequence in error path of function hi3798cv200_clk_register() should be opposite to the order of register calls. Let's reverse the call sequence to fix the problem. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>