]> Pileus Git - ~andy/linux/blobdiff - drivers/atm/solos-pci.c
solos-pci: remove superfluous debug output
[~andy/linux] / drivers / atm / solos-pci.c
index 473d80878ec91a5fe7a658facfcb062191b53063..50e5c561b7c42cc8106cff2bf02e25956a41944d 100644 (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;