]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
authorAndi Shyti <andi.shyti@kernel.org>
Mon, 12 Aug 2024 19:40:28 +0000 (21:40 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 13 Aug 2024 22:58:04 +0000 (00:58 +0200)
commit4e91fa1ef3ce6290b4c598e54b5eb6cf134fbec8
treef71d8646bd319f425909a29327391c4b971f619c
parent7c626ce4bae1ac14f60076d00eafe71af30450ba
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume

Add the missing geni_icc_disable() call before returning in the
geni_i2c_runtime_resume() function.

Commit 9ba48db9f77c ("i2c: qcom-geni: Add missing
geni_icc_disable in geni_i2c_runtime_resume") by Gaosheng missed
disabling the interconnect in one case.

Fixes: bf225ed357c6 ("i2c: i2c-qcom-geni: Add interconnect support")
Cc: Gaosheng Cui <cuigaosheng1@huawei.com>
Cc: stable@vger.kernel.org # v5.9+
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-qcom-geni.c