Commit 853e69d6 authored by Michael Tretter's avatar Michael Tretter Committed by Michal Simek

soc: xilinx: vcu: drop useless success message

The message that the driver was successfully probed only adds useless
noise. Drop the message.
Signed-off-by: default avatarMichael Tretter <m.tretter@pengutronix.de>
Reviewed-by: default avatarHyun Kwon <hyun.kwon@xilinx.com>
Link: https://lore.kernel.org/r/20201109134818.4159342-2-m.tretter@pengutronix.deSigned-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3cea11cd
......@@ -571,8 +571,6 @@ static int xvcu_probe(struct platform_device *pdev)
dev_set_drvdata(&pdev->dev, xvcu);
dev_info(&pdev->dev, "%s: Probed successfully\n", __func__);
return 0;
error_pll_ref:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment