commit | 362741a21a5c4b9ee31e75ce28d63c6d238a745c | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Oct 14 01:06:56 2017 +0300 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Oct 24 09:12:14 2017 +0100 |
tree | d972e515422302f7fcc78f20e513c8bef69bddd9 | |
parent | 07d70913dce59f3c8e5d0ca76250861158a9ca6c [diff] |
mfd: mxs-lradc: Fix error handling in mxs_lradc_probe() There is the only path, where mxs_lradc_probe() leaves clk undisabled, since it does return instead of goto err_clk. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Lee Jones <lee.jones@linaro.org>