From: David Woodhouse <dwmw2@infradead.org>
To: netdev@vger.kernel.org
Cc: Nathan Williams <nathan@traverse.com.au>
Subject: [PATCH 2/4] solos-pci: remove superfluous debug output
Date: Wed, 19 Dec 2012 21:01:19 +0000 [thread overview]
Message-ID: <1355950881-31550-2-git-send-email-dwmw2@infradead.org> (raw)
In-Reply-To: <1355950881-31550-1-git-send-email-dwmw2@infradead.org>
From: Nathan Williams <nathan@traverse.com.au>
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
---
drivers/atm/solos-pci.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c
index 473d808..50e5c56 100644
--- a/drivers/atm/solos-pci.c
+++ b/drivers/atm/solos-pci.c
@@ -452,7 +452,6 @@ static ssize_t console_show(struct device *dev, struct device_attribute *attr,
len = skb->len;
memcpy(buf, skb->data, len);
- dev_dbg(&card->dev->dev, "len: %d\n", len);
kfree_skb(skb);
return len;
--
1.8.0.1
next prev parent reply other threads:[~2012-12-19 21:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-19 21:01 [PATCH 1/4] solos-pci: add GPIO support for newer versions on Geos board David Woodhouse
2012-12-19 21:01 ` David Woodhouse [this message]
2012-12-19 22:54 ` [PATCH 2/4] solos-pci: remove superfluous debug output David Miller
2012-12-19 21:01 ` [PATCH 3/4] solos-pci: add firmware upgrade support for new models David Woodhouse
2012-12-19 22:54 ` David Miller
2012-12-19 21:01 ` [PATCH 4/4] solos-pci: ensure all TX packets are aligned to 4 bytes David Woodhouse
2012-12-19 22:54 ` David Miller
2012-12-19 22:54 ` [PATCH 1/4] solos-pci: add GPIO support for newer versions on Geos board David Miller
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=1355950881-31550-2-git-send-email-dwmw2@infradead.org \
--to=dwmw2@infradead.org \
--cc=nathan@traverse.com.au \
--cc=netdev@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).