From: Nathan W. <na...@tr...> - 2011-10-05 05:00:12
|
"len: %d" isn't particularly useful for anyone and confuses users. Signed-off-by: Nathan Williams <na...@tr...> --- 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 5d1d076..bd01aa3 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.7.2.5 |