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

Merge tag 'spi-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fix from Mark Brown:
"One small fix for a long standing issue with error handling on probe
in the Armada driver"

* tag 'spi-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
spi: change clk_disable_unprepare to clk_unprepare

+1 -1
+1 -1
drivers/spi/spi-armada-3700.c
··· 901 901 return 0; 902 902 903 903 error_clk: 904 - clk_disable_unprepare(spi->clk); 904 + clk_unprepare(spi->clk); 905 905 error: 906 906 spi_master_put(master); 907 907 out: