UPSTREAM: drm/rockchip: support non-iommu buffer path
[firefly-linux-kernel-4.4.55.git] / drivers / spi / spi-fsl-dspi.c
index 39412c9097c6a240466c51c941ec890a4612542e..a3965cac1b3447ce6cf6c715e46269bbc301508f 100644 (file)
@@ -753,7 +753,6 @@ static int dspi_remove(struct platform_device *pdev)
        /* Disconnect from the SPI framework */
        clk_disable_unprepare(dspi->clk);
        spi_unregister_master(dspi->master);
-       spi_master_put(dspi->master);
 
        return 0;
 }