All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuong Ngo <cngo.github@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Chuong Ngo <cngo.github@gmail.com>
Subject: [PATCH] drivers: staging: bcm: removed a developer debug message per the TODO list.
Date: Mon, 21 Oct 2013 02:57:24 -0400	[thread overview]
Message-ID: <1382338644-7984-1-git-send-email-cngo.github@gmail.com> (raw)

Removed a debug message as outlined in the TODO list.
---
 drivers/staging/bcm/Bcmchar.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index f91bc1f..526594b 100644
--- a/drivers/staging/bcm/Bcmchar.c
+++ b/drivers/staging/bcm/Bcmchar.c
@@ -50,8 +50,6 @@ static int bcm_char_release(struct inode *inode, struct file *filp)
 	pTarang = (struct bcm_tarang_data *)filp->private_data;
 
 	if (pTarang == NULL) {
-		BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0,
-				"ptarang is null\n");
 		return 0;
 	}
 
-- 
1.7.10.4


             reply	other threads:[~2013-10-21  6:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-21  6:57 Chuong Ngo [this message]
2013-10-22  8:39 ` [PATCH] drivers: staging: bcm: removed a developer debug message per the TODO list Dan Carpenter

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=1382338644-7984-1-git-send-email-cngo.github@gmail.com \
    --to=cngo.github@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@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.