commit | 662786a5429c3a992c6f884a647ee32424822358 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Sep 23 11:15:26 2016 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sat Sep 24 11:26:55 2016 +0200 |
tree | 2dfa5db7684e2d7b824fbb18bb83cdb1aaa5f08c | |
parent | 70121f7f3725c82e8927a4e03ca1d50c98bbc6d2 [diff] |
i2c: axxia: disable clks in case of failure in probe axxia_i2c_probe() does not disable clock in case of failure in i2c_add_adapter(). Also it ignores returned value from clk_prepare_enable(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>