Skip to content

Commit

Permalink
soc: xilinx: vcu: drop useless success message
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tretter authored and Michal Simek committed Dec 9, 2020
1 parent 3cea11c commit 853e69d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/soc/xilinx/xlnx_vcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 853e69d

Please sign in to comment.