|
@@ -3553,8 +3553,7 @@ static void pktgen_xmit(struct pktgen_dev *pkt_dev)
|
|
|
break;
|
|
break;
|
|
|
default: /* Drivers are not supposed to return other values! */
|
|
default: /* Drivers are not supposed to return other values! */
|
|
|
if (net_ratelimit())
|
|
if (net_ratelimit())
|
|
|
- pr_info("pktgen: %s xmit error: %d\n",
|
|
|
|
|
- pkt_dev->odevname, ret);
|
|
|
|
|
|
|
+ pr_info("%s xmit error: %d\n", pkt_dev->odevname, ret);
|
|
|
pkt_dev->errors++;
|
|
pkt_dev->errors++;
|
|
|
/* fallthru */
|
|
/* fallthru */
|
|
|
case NETDEV_TX_LOCKED:
|
|
case NETDEV_TX_LOCKED:
|