diff options
author | Mark Brown <broonie@kernel.org> | 2019-10-08 20:12:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-08 20:12:28 +0200 |
commit | 2b60d727cb2e059e0569b937e742e93423ae1541 (patch) | |
tree | 6e16732ab66073675f848df1c98a76b067b60882 /drivers/spi/spi-fsl-lpspi.c | |
parent | spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ mode (diff) | |
parent | spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register (diff) | |
download | linux-2b60d727cb2e059e0569b937e742e93423ae1541.tar.xz linux-2b60d727cb2e059e0569b937e742e93423ae1541.zip |
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.5
Diffstat (limited to 'drivers/spi/spi-fsl-lpspi.c')
-rw-r--r-- | drivers/spi/spi-fsl-lpspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.c index 5efd73cd0ead..6f4769a53f8a 100644 --- a/drivers/spi/spi-fsl-lpspi.c +++ b/drivers/spi/spi-fsl-lpspi.c @@ -938,7 +938,7 @@ static int fsl_lpspi_probe(struct platform_device *pdev) ret = pm_runtime_get_sync(fsl_lpspi->dev); if (ret < 0) { dev_err(fsl_lpspi->dev, "failed to enable clock\n"); - return ret; + goto out_controller_put; } temp = readl(fsl_lpspi->base + IMX7ULP_PARAM); |