Skip to content

Commit 8c8081c

Browse files
committed
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
2 parents 31ca9ff + 8cef9b4 commit 8c8081c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spi-microchip-core-spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ static int mchp_corespi_probe(struct platform_device *pdev)
387387

388388
ret = devm_spi_register_controller(dev, host);
389389
if (ret) {
390+
mchp_corespi_disable_ints(spi);
390391
mchp_corespi_disable(spi);
391392
return dev_err_probe(dev, ret, "unable to register host for CoreSPI controller\n");
392393
}

0 commit comments

Comments
 (0)