diff options
author | Michael Tretter <[email protected]> | 2020-11-09 14:48:15 +0100 |
---|---|---|
committer | Michal Simek <[email protected]> | 2020-12-09 19:36:33 +0100 |
commit | 853e69d6c87c463563eb33e060d0ab6566b1452b (patch) | |
tree | 5745126997e4fde3db6036f39a392569ce44e76d | |
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 <[email protected]>
Reviewed-by: Hyun Kwon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
-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: |