mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonathan Whitaker <jon.b.whitaker@gmail.com>
To: dan.carpenter@oracle.com
Cc: Jonathan Whitaker <jon.b.whitaker@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Tobin C. Harding" <me@tobin.cc>,
	sayli karnik <karniksayli1995@gmail.com>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH v3] staging: ks7010: Fix coding style and remove checkpatch.pl warnings.
Date: Wed, 30 Aug 2017 22:24:53 -0600	[thread overview]
Message-ID: <1504153497-5966-1-git-send-email-jon.b.whitaker@gmail.com> (raw)
In-Reply-To: <20170830094315.ruzixrf54l3tbhe4@mwanda>

Removed printk statements for debugging. The same information can be
acquired via ftrace, so these print statements are uneccessary.

Signed-off-by: Jonathan Whitaker <jon.b.whitaker@gmail.com>

---
Changes in v2:
  - Wrapped the changelog text to 72 columns.
  - Fixed the commit subject to be more clear.

Changes in v3:
  - Removed the printk statements altogether. This information is available
    via ftrace.
  - Updated commit message.
---
 drivers/staging/ks7010/ks7010_sdio.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
index 9b28ee1..8cfdff1 100644
--- a/drivers/staging/ks7010/ks7010_sdio.c
+++ b/drivers/staging/ks7010/ks7010_sdio.c
@@ -834,8 +834,6 @@ static int ks7010_sdio_probe(struct sdio_func *func,
 	unsigned char byte;
 	int ret;
 
-	DPRINTK(5, "ks7010_sdio_probe()\n");
-
 	priv = NULL;
 	netdev = NULL;
 
@@ -1008,8 +1006,6 @@ static void ks7010_sdio_remove(struct sdio_func *func)
 	struct ks_sdio_card *card;
 	struct ks_wlan_private *priv;
 
-	DPRINTK(1, "ks7010_sdio_remove()\n");
-
 	card = sdio_get_drvdata(func);
 
 	if (!card)
-- 
2.7.4

  reply	other threads:[~2017-08-31  4:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30  2:57 [PATCH v2] " Jonathan Whitaker
2017-08-30  9:55 ` Dan Carpenter
2017-08-31  4:24   ` Jonathan Whitaker [this message]
2017-08-31  8:07     ` [PATCH v3] " Dan Carpenter
2017-08-31 13:48       ` Jonathan Whitaker

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=1504153497-5966-1-git-send-email-jon.b.whitaker@gmail.com \
    --to=jon.b.whitaker@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=karniksayli1995@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=me@tobin.cc \
    /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

all inboxes | Powered by JetHome®