diff options
author | Michael Tretter <m.tretter@pengutronix.de> | 2020-11-09 14:48:15 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-12-09 19:36:33 +0100 |
commit | 853e69d6c87c463563eb33e060d0ab6566b1452b (patch) | |
tree | 5745126997e4fde3db6036f39a392569ce44e76d /drivers/soc/xilinx | |
parent | 3cea11cd5e3b00d91caf0b4730194039b45c5891 (diff) |
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: Michael Tretter <m.tretter@pengutronix.de>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
Link: https://lore.kernel.org/r/20201109134818.4159342-2-m.tretter@pengutronix.de
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/soc/xilinx')
-rw-r--r-- | drivers/soc/xilinx/xlnx_vcu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/soc/xilinx/xlnx_vcu.c b/drivers/soc/xilinx/xlnx_vcu.c index a3aa40996f13..dcd8e7824b06 100644 --- a/drivers/soc/xilinx/xlnx_vcu.c +++ b/drivers/soc/xilinx/xlnx_vcu.c @@ -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: |