Re: [PATCH v2] spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resume

2020-11-09 Thread Mark Brown
On Tue, 3 Nov 2020 15:49:11 +0800, Qinglang Miao wrote: > Fix the missing clk_disable_unprepare() before return > from bcm63xx_hsspi_resume in the error handling case when > fails to prepare and enable bs->pll_clk. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-

Re: [PATCH v2] spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resume

2020-11-03 Thread Qinglang Miao
在 2020/11/3 15:49, Qinglang Miao 写道: Fix the missing clk_disable_unprepare() before return from bcm63xx_hsspi_resume in the error handling case when fails to prepare and enable bs->pll_clk. Fixes: 0fd85869c2a9 ("spi/bcm63xx-hsspi: keep pll clk enabled") Signed-off-by: Qinglang Miao --- dri

[PATCH v2] spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resume

2020-11-02 Thread Qinglang Miao
Fix the missing clk_disable_unprepare() before return from bcm63xx_hsspi_resume in the error handling case when fails to prepare and enable bs->pll_clk. Fixes: 0fd85869c2a9 ("spi/bcm63xx-hsspi: keep pll clk enabled") Signed-off-by: Qinglang Miao --- drivers/spi/spi-bcm63xx-hsspi.c | 4 +++- 1 fi