Skip to content

Commit a638bfb

Browse files
committed
Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fix from Mark Brown: "One simple fix for the device unbind path in the Coldfire driver. A conversion to use a combined get/enable helper missed removing a disable" * tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remove function
2 parents a1fe5b6 + 17dc11a commit a638bfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/spi/spi-coldfire-qspi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ static void mcfqspi_remove(struct platform_device *pdev)
441441
mcfqspi_wr_qmr(mcfqspi, MCFQSPI_QMR_MSTR);
442442

443443
mcfqspi_cs_teardown(mcfqspi);
444-
clk_disable_unprepare(mcfqspi->clk);
445444
}
446445

447446
#ifdef CONFIG_PM_SLEEP

0 commit comments

Comments
 (0)