aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm
diff options
context:
space:
mode:
authorNathan Williams <nathan@traverse.com.au>2012-12-19 11:01:19 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-19 14:53:53 -0800
commit7fbdadb5e951e4f0c0fc991ff5f50295568786e6 (patch)
treef988097dbeb4a43d724c08d634e09511bad870c4 /drivers/atm
parentf9baad02e7411d9f38d5ebe1a1cdcde4ceec100d (diff)
solos-pci: remove superfluous debug output
Signed-off-by: Nathan Williams <nathan@traverse.com.au> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r--drivers/atm/solos-pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c
index 473d80878ec..50e5c561b7c 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;