提交 853e69d6 编写于 作者: M Michael Tretter 提交者: 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: NMichael Tretter <m.tretter@pengutronix.de>
Reviewed-by: NHyun Kwon <hyun.kwon@xilinx.com>
Link: https://lore.kernel.org/r/20201109134818.4159342-2-m.tretter@pengutronix.deSigned-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 3cea11cd
...@@ -571,8 +571,6 @@ static int xvcu_probe(struct platform_device *pdev) ...@@ -571,8 +571,6 @@ static int xvcu_probe(struct platform_device *pdev)
dev_set_drvdata(&pdev->dev, xvcu); dev_set_drvdata(&pdev->dev, xvcu);
dev_info(&pdev->dev, "%s: Probed successfully\n", __func__);
return 0; return 0;
error_pll_ref: error_pll_ref:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册