Skip to content

Commit 7fbdadb

Browse files
Nathan Williamsdavem330
authored andcommitted
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>
1 parent f9baad0 commit 7fbdadb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/atm/solos-pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ static ssize_t console_show(struct device *dev, struct device_attribute *attr,
452452

453453
len = skb->len;
454454
memcpy(buf, skb->data, len);
455-
dev_dbg(&card->dev->dev, "len: %d\n", len);
456455

457456
kfree_skb(skb);
458457
return len;

0 commit comments

Comments
 (0)