spi: Fixes for v6.19
A few small fixes for SPI that came in during the merge window, nothing too exciting here. -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmk6EtEACgkQJNaLcl1U h9A9vgf/fOnDEk6u9ZbNv7YnfCxWjklsKypkZge/muwJJKFjb1ifWIVXURqyL05Z QQXy+5g4shjYnh82cfKIBs7jonpizaGu5igO+3zE3ZcgS+/eTV0unlcunPEGKmWZ TC1Zqub0e2YCasYl2djlDWM6Rk2fiACa1ufvn2u8eDNBRsxLTzzcoPXDgt8MMGf/ 67XpDCJCgtWtnV6fx3oVkBMtLveqlzOVbucXjOudlp1u4XxTyBLYfo6Y5OUYqJ/Y rquGDu5yuG9/gE1IUH+T2aqSvywl0PS0sXaYmWjTnH8N2veDU3Vh0r2BsuHvthp9 0S4Iz/zjfOxDQUT1kDpEO/p5e6cVoQ== =eAK0 -----END PGP SIGNATURE----- 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 probemaster
commit
8c8081cc59
|
|
@ -387,6 +387,7 @@ static int mchp_corespi_probe(struct platform_device *pdev)
|
|||
|
||||
ret = devm_spi_register_controller(dev, host);
|
||||
if (ret) {
|
||||
mchp_corespi_disable_ints(spi);
|
||||
mchp_corespi_disable(spi);
|
||||
return dev_err_probe(dev, ret, "unable to register host for CoreSPI controller\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue