All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: broonie@kernel.org
Cc: linux-spi@vger.kernel.org, Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 2/2] spi: imx: Remove unneeded probe message
Date: Tue, 18 Aug 2020 19:35:19 -0300	[thread overview]
Message-ID: <20200818223519.8737-2-festevam@gmail.com> (raw)
In-Reply-To: <20200818223519.8737-1-festevam@gmail.com>

There is no point in printing a plain "probed" message on successful probe.

Just remove it and make the kernel log a bit less noisier.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 drivers/spi/spi-imx.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c
index a06679ab64f9..5f5c114ab935 100644
--- a/drivers/spi/spi-imx.c
+++ b/drivers/spi/spi-imx.c
@@ -1708,8 +1708,6 @@ static int spi_imx_probe(struct platform_device *pdev)
 		goto out_clk_put;
 	}
 
-	dev_info(&pdev->dev, "probed\n");
-
 	clk_disable(spi_imx->clk_ipg);
 	clk_disable(spi_imx->clk_per);
 	return ret;
-- 
2.17.1


  reply	other threads:[~2020-08-18 22:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-18 22:35 [PATCH 1/2] spi: imx: Do not print an error when PIO is used Fabio Estevam
2020-08-18 22:35 ` Fabio Estevam [this message]
2020-08-19 12:03   ` [PATCH 2/2] spi: imx: Remove unneeded probe message Mark Brown
2020-08-19 12:15 ` [PATCH 1/2] spi: imx: Do not print an error when PIO is used Mark Brown

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=20200818223519.8737-2-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=broonie@kernel.org \
    --cc=linux-spi@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.