|
@@ -808,15 +808,11 @@ static int meson_mmc_remove(struct platform_device *pdev)
|
|
|
{
|
|
|
struct meson_host *host = dev_get_drvdata(&pdev->dev);
|
|
|
|
|
|
- if (WARN_ON(!host))
|
|
|
- return 0;
|
|
|
-
|
|
|
/* disable interrupts */
|
|
|
writel(0, host->regs + SD_EMMC_IRQ_EN);
|
|
|
|
|
|
- if (host->bounce_buf)
|
|
|
- dma_free_coherent(host->dev, host->bounce_buf_size,
|
|
|
- host->bounce_buf, host->bounce_dma_addr);
|
|
|
+ dma_free_coherent(host->dev, host->bounce_buf_size,
|
|
|
+ host->bounce_buf, host->bounce_dma_addr);
|
|
|
|
|
|
clk_disable_unprepare(host->cfg_div_clk);
|
|
|
clk_disable_unprepare(host->core_clk);
|