Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ec9555e authored by Fabio Estevam's avatar Fabio Estevam Committed by Vinod Koul
Browse files

dmaengine: imx-sdma: Remove unneeded dev_info()



There is no need to print that the driver has been initialized
or removed, so remove such messages.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent ce078af7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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:
@@ -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;
}