Re: [PATCH] i2c: mediatek: Fix an error handling path in mtk_i2c_probe()

From: AngeloGioacchino Del Regno
Date: Mon May 23 2022 - 04:41:54 EST


Il 22/05/22 14:22, Christophe JAILLET ha scritto:
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@xxxxxxxxxx>

Thanks!

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>