commit | 97ccd4af120c6ee183f424f17672870809bd6efd | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Thu Aug 04 02:38:44 2016 +0300 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Aug 15 00:55:29 2016 +0200 |
tree | dc59e50283b89e48466f536c608e962dfbe62bbd | |
parent | 4d01d88019261d05ec3bff5f1a6013393faa3b9e [diff] |
i2c: ocores: add missed clk_disable_unprepare() on failure paths clk_disable_unprepare() is missed on failure paths in ocores_i2c_probe(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Acked-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>