Skip to content

Commit

Permalink
solos-pci: remove superfluous debug output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nathan Williams authored and David S. Miller committed Dec 19, 2012
1 parent f9baad0 commit 7fbdadb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7fbdadb

Please sign in to comment.