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.19-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
"A few small fixes for SPI that came in during the merge window,
nothing too exciting here"

* tag 'spi-fix-v6.19-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
spi: microchip-core: Fix an error handling path in mchp_corespi_probe()
spi: cadence-qspi: Fix runtime PM imbalance in probe

+1
+1
drivers/spi/spi-microchip-core-spi.c
··· 387 387 388 388 ret = devm_spi_register_controller(dev, host); 389 389 if (ret) { 390 + mchp_corespi_disable_ints(spi); 390 391 mchp_corespi_disable(spi); 391 392 return dev_err_probe(dev, ret, "unable to register host for CoreSPI controller\n"); 392 393 }