Re: [PATCH] i2c: axxia: disable clks in case of failure in probe
From: Wolfram Sang <hidden>
Date: 2016-09-22 17:57:13
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Wolfram Sang <hidden>
Date: 2016-09-22 17:57:13
Also in:
lkml
On Fri, Sep 16, 2016 at 11:30:54PM +0300, Alexey Khoroshilov wrote:
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 <redacted>
The driver has changed. Can you rebase against i2c-next or linux-next?