From: Michael Tretter <m.tretter@pengutronix.de>
To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Cc: Rohit Visavalia <rohit.visavalia@xilinx.com>,
Michal Simek <michal.simek@xilinx.com>,
Rob Herring <robh+dt@kernel.org>, Dhaval Shah <dshah@xilinx.com>,
kernel@pengutronix.de, Michael Tretter <m.tretter@pengutronix.de>
Subject: [PATCH v3 1/6] soc: xilinx: vcu: drop useless success message
Date: Fri, 17 Apr 2020 09:05:21 +0200 [thread overview]
Message-ID: <20200417070526.7178-2-m.tretter@pengutronix.de> (raw)
In-Reply-To: <20200417070526.7178-1-m.tretter@pengutronix.de>
The message that the driver was successfully probed only adds useless
noise. Drop the message.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
Changelog:
v2 -> v3:
- none
v1 -> v2:
- none
---
drivers/soc/xilinx/xlnx_vcu.c | 2 --
1 file changed, 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:
--
2.20.1
next prev parent reply other threads:[~2020-04-17 7:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-17 7:05 [PATCH v3 0/6] soc: xilinx: vcu: provide interfaces for other drivers Michael Tretter
2020-04-17 7:05 ` Michael Tretter [this message]
2020-04-17 7:05 ` [PATCH v3 2/6] ARM: dts: define indexes for output clocks Michael Tretter
2020-04-29 21:36 ` Rob Herring
2020-04-17 7:05 ` [PATCH v3 3/6] soc: xilinx: vcu: implement clock provider " Michael Tretter
2020-04-17 7:05 ` [PATCH v3 4/6] dt-bindings: soc: xlnx: extract xlnx,vcu-settings to separate binding Michael Tretter
2020-04-29 21:36 ` Rob Herring
2020-04-17 7:05 ` [PATCH v3 5/6] soc: xilinx: vcu: use vcu-settings syscon registers Michael Tretter
2020-04-17 7:05 ` [PATCH v3 6/6] soc: xilinx: vcu: add missing register NUM_CORE Michael Tretter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200417070526.7178-2-m.tretter@pengutronix.de \
--to=m.tretter@pengutronix.de \
--cc=devicetree@vger.kernel.org \
--cc=dshah@xilinx.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=michal.simek@xilinx.com \
--cc=robh+dt@kernel.org \
--cc=rohit.visavalia@xilinx.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).