Skip to content

Commit

Permalink
dmaengine: imx-sdma: Remove unneeded dev_info()
Browse files Browse the repository at this point in the history
There is no need to print that the driver has been initialized
or removed, so remove such messages.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Fabio Estevam authored and Vinod Koul committed Oct 7, 2015
1 parent ce078af commit 5ec9555
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/dma/imx-sdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1826,8 +1826,6 @@ static int sdma_probe(struct platform_device *pdev)
of_node_put(spba_bus);
}

dev_info(sdma->dev, "initialized\n");

return 0;

err_register:
Expand All @@ -1852,7 +1850,6 @@ static int sdma_remove(struct platform_device *pdev)
}

platform_set_drvdata(pdev, NULL);
dev_info(&pdev->dev, "Removed...\n");
return 0;
}

Expand Down

0 comments on commit 5ec9555

Please sign in to comment.