UPSTREAM: spi: rockchip: disable runtime pm when in err case
[firefly-linux-kernel-4.4.55.git] / drivers / spi / spi-rockchip.c
index c4e489cb0022b7e34bbb59da74526041162ef6e5..70fb554f037e51743bbfa6a368aedd1d8a75f082 100644 (file)
@@ -754,6 +754,7 @@ static int rockchip_spi_probe(struct platform_device *pdev)
        return 0;
 
 err_register_master:
+       pm_runtime_disable(&pdev->dev);
        if (rs->dma_tx.ch)
                dma_release_channel(rs->dma_tx.ch);
        if (rs->dma_rx.ch)