[PATCH] i2c: mediatek: Fix an error handling path in mtk_i2c_probe()
Qii Wang
qii.wang at mediatek.com
Thu May 26 04:31:01 PDT 2022
On Sun, 2022-05-22 at 14:22 +0200, Christophe JAILLET wrote:
> The clsk are prepared, enabled, then disabled. So if an error occurs
> after
> the disable step, they are still prepared.
>
> Add an error handling path to unprepare the clks in such a case, as
> already
> done in the .remove function.
>
> Fixes: 8b4fc246c3ff ("i2c: mediatek: Optimize master_xfer() and avoid
> circular locking")
> Signed-off-by: Christophe JAILLET <christophe.jaillet at wanadoo.fr>
Reviewed-by: Qii Wang <qii.wang at mediatek.com>
> ---
> drivers/i2c/busses/i2c-mt65xx.c | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
More information about the linux-arm-kernel
mailing list