diff options
author | Nathan Williams <nathan@traverse.com.au> | 2012-12-19 11:01:19 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-19 14:53:53 -0800 |
commit | 7fbdadb5e951e4f0c0fc991ff5f50295568786e6 (patch) | |
tree | f988097dbeb4a43d724c08d634e09511bad870c4 /drivers/atm/solos-pci.c | |
parent | f9baad02e7411d9f38d5ebe1a1cdcde4ceec100d (diff) | |
download | linux-7fbdadb5e951e4f0c0fc991ff5f50295568786e6.tar.bz2 |
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/solos-pci.c')
-rw-r--r-- | drivers/atm/solos-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index 473d80878ec9..50e5c561b7c4 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; |