lkml.org 
[lkml]   [2022]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 133/779] spi: synquacer: Add missing clk_disable_unprepare()
    Date
    From: Guo Mengqi <guomengqi3@huawei.com>

    [ Upstream commit 917e43de2a56d9b82576f1cc94748261f1988458 ]

    Add missing clk_disable_unprepare() in synquacer_spi_resume().

    Reported-by: Hulk Robot <hulkci@huawei.com>
    Signed-off-by: Guo Mengqi <guomengqi3@huawei.com>
    Link: https://lore.kernel.org/r/20220624005614.49434-1-guomengqi3@huawei.com
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/spi/spi-synquacer.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/spi/spi-synquacer.c b/drivers/spi/spi-synquacer.c
    index ea706d9629cb..47cbe73137c2 100644
    --- a/drivers/spi/spi-synquacer.c
    +++ b/drivers/spi/spi-synquacer.c
    @@ -783,6 +783,7 @@ static int __maybe_unused synquacer_spi_resume(struct device *dev)

    ret = synquacer_spi_enable(master);
    if (ret) {
    + clk_disable_unprepare(sspi->clk);
    dev_err(dev, "failed to enable spi (%d)\n", ret);
    return ret;
    }
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-08-15 20:30    [W:3.444 / U:0.700 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site