diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/netiucv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/net/netiucv.c b/drivers/s390/net/netiucv.c index 8f876f6ab367..0fb780e35fa8 100644 --- a/drivers/s390/net/netiucv.c +++ b/drivers/s390/net/netiucv.c | |||
@@ -1313,8 +1313,6 @@ static int netiucv_tx(struct sk_buff *skb, struct net_device *dev) | |||
1313 | * and throw away packet. | 1313 | * and throw away packet. |
1314 | */ | 1314 | */ |
1315 | if (fsm_getstate(privptr->fsm) != DEV_STATE_RUNNING) { | 1315 | if (fsm_getstate(privptr->fsm) != DEV_STATE_RUNNING) { |
1316 | if (!in_atomic()) | ||
1317 | fsm_event(privptr->fsm, DEV_EVENT_START, dev); | ||
1318 | dev_kfree_skb(skb); | 1316 | dev_kfree_skb(skb); |
1319 | privptr->stats.tx_dropped++; | 1317 | privptr->stats.tx_dropped++; |
1320 | privptr->stats.tx_errors++; | 1318 | privptr->stats.tx_errors++; |