]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Revert "interconnect: qcom: sm8250: Enable sync_state"
authorAmit Pundir <amit.pundir@linaro.org>
Sun, 7 Jan 2024 15:57:02 +0000 (21:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jan 2024 16:10:37 +0000 (17:10 +0100)
This reverts commit 3637f6bdfe2ccd53c493836b6e43c9a73e4513b3 which is
commit bfc7db1cb94ad664546d70212699f8cc6c539e8c upstream.

This resulted in boot regression on RB5 (sm8250), causing the device
to hard crash into USB crash dump mode everytime.

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Link: https://lkft.validation.linaro.org/scheduler/job/7151629#L4239
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/interconnect/qcom/sm8250.c

index 9c2dd40d9a5599dde4dc6bec66dc63808eed71f1..5cdb058fa095919e00340dde914cff32b496f83e 100644 (file)
@@ -551,7 +551,6 @@ static struct platform_driver qnoc_driver = {
        .driver = {
                .name = "qnoc-sm8250",
                .of_match_table = qnoc_of_match,
-               .sync_state = icc_sync_state,
        },
 };
 module_platform_driver(qnoc_driver);