aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lpspi.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-11-27 16:18:32 +0000
committerMark Brown <broonie@kernel.org>2020-11-27 16:18:32 +0000
commitdb4a831997047809229152261a462c17cb857c84 (patch)
tree526f910ce982f78d44305081545a66d8f5de5887 /drivers/spi/spi-fsl-lpspi.c
parentspi: dw: fixed missing resource_size (diff)
parentspi: dw-bt1: Fix undefined devm_mux_control_get symbol (diff)
downloadlinux-dev-db4a831997047809229152261a462c17cb857c84.tar.xz
linux-dev-db4a831997047809229152261a462c17cb857c84.zip
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.11
Diffstat (limited to 'drivers/spi/spi-fsl-lpspi.c')
-rw-r--r--drivers/spi/spi-fsl-lpspi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.c
index 986b9793fd3c..a2886ee44e4c 100644
--- a/drivers/spi/spi-fsl-lpspi.c
+++ b/drivers/spi/spi-fsl-lpspi.c
@@ -938,9 +938,6 @@ static int fsl_lpspi_remove(struct platform_device *pdev)
spi_controller_get_devdata(controller);
pm_runtime_disable(fsl_lpspi->dev);
-
- spi_master_put(controller);
-
return 0;
}