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

Commit a5eafce2 authored by Auke Kok's avatar Auke Kok Committed by Auke Kok
Browse files

e1000: change printk into DPRINTK



Changing a printk message to make clear that this message is originating
from e1000.

Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
parent 9a53a202
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2841,7 +2841,7 @@ e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
			case e1000_82573:
				pull_size = min((unsigned int)4, skb->data_len);
				if (!__pskb_pull_tail(skb, pull_size)) {
					printk(KERN_ERR
					DPRINTK(DRV, ERR,
						"__pskb_pull_tail failed.\n");
					dev_kfree_skb_any(skb);
					return NETDEV_TX_OK;