Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fbdadb5 authored by Nathan Williams's avatar Nathan Williams Committed by David S. Miller
Browse files

solos-pci: remove superfluous debug output

parent f9baad02
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;