commit | 3646f50a3838c5949a89ecbdb868497cdc05b8fd | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Mar 03 10:14:49 2020 +0800 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Tue Mar 03 16:46:35 2020 +0530 |
tree | 1806e11b0b213d61b956116143759337ea1cddf3 | |
parent | a30f8a91f3c25ad7df897bf7877bad410ad19f79 [diff] |
cpufreq: imx6q: fix error handling When speed checking failed, direclty jumping to put_node label is not correct. Need jump to out_free_opp to avoid resources leak. Fixes: 2733fb0d0699 ("cpufreq: imx6q: read OCOTP through nvmem for imx6ul/imx6ull") Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>