linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shraddha Barke <shraddha.6596@gmail.com>
To: Lars-Peter Clausen <lars@metafoo.de>,
	Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
	linux-iio@vger.kernel.org, devel@driverdev.osuosl.org,
	Shraddha Barke <shraddha.6596@gmail.com>
Subject: [PATCH 2/2] Staging: iio: cdc: Remove unnecessary dev_info
Date: Fri, 25 Sep 2015 22:53:02 +0530	[thread overview]
Message-ID: <1443201782-25863-3-git-send-email-shraddha.6596@gmail.com> (raw)
In-Reply-To: <1443201782-25863-1-git-send-email-shraddha.6596@gmail.com>

Remove dev_info as the information can be obtained by other means

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/iio/cdc/ad7746.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c
index 55cc8bb..ca7d33f 100644
--- a/drivers/staging/iio/cdc/ad7746.c
+++ b/drivers/staging/iio/cdc/ad7746.c
@@ -753,8 +753,6 @@ static int ad7746_probe(struct i2c_client *client,
 	if (ret)
 		return ret;
 
-	dev_info(&client->dev, "%s capacitive sensor registered\n", id->name);
-
 	return 0;
 }
 
-- 
2.1.4


  parent reply	other threads:[~2015-09-25 17:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25 17:23 [PATCH 0/2] Staging: iio: cdc: Use BIT macro and remove dev_info Shraddha Barke
2015-09-25 17:23 ` [PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro Shraddha Barke
2015-09-26 17:14   ` Lars-Peter Clausen
2015-09-27 13:46     ` Jonathan Cameron
2015-09-27 19:39       ` Shraddha Barke
2015-09-29 17:36         ` Jonathan Cameron
2015-09-25 17:23 ` Shraddha Barke [this message]
2015-09-26 17:14   ` [PATCH 2/2] Staging: iio: cdc: Remove unnecessary dev_info Lars-Peter Clausen
2015-09-27 13:47     ` Jonathan Cameron

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=1443201782-25863-3-git-send-email-shraddha.6596@gmail.com \
    --to=shraddha.6596@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@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 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).