Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
drivers/spi/spi-coldfire-qspi.c
··· 441 441 mcfqspi_wr_qmr(mcfqspi, MCFQSPI_QMR_MSTR); 442 442 443 443 mcfqspi_cs_teardown(mcfqspi); 444 - clk_disable_unprepare(mcfqspi->clk); 445 444 } 446 445 447 446 #ifdef CONFIG_PM_SLEEP