dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Nathan Williams 2012-12-19 11:01:19 +00:00 committed by David S. Miller
parent f9baad02e7
commit 7fbdadb5e9
1 changed files with 0 additions and 1 deletions

View File

@ -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;