diff options
| -rw-r--r-- | drivers/net/ks8851.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ks8851.c b/drivers/net/ks8851.c index a23f739d222f..6d3ac65bc35c 100644 --- a/drivers/net/ks8851.c +++ b/drivers/net/ks8851.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* drivers/net/ks8651.c | 1 | /* drivers/net/ks8851.c |
| 2 | * | 2 | * |
| 3 | * Copyright 2009 Simtec Electronics | 3 | * Copyright 2009 Simtec Electronics |
| 4 | * http://www.simtec.co.uk/ | 4 | * http://www.simtec.co.uk/ |
| @@ -714,7 +714,7 @@ static void ks8851_tx_work(struct work_struct *work) | |||
| 714 | { | 714 | { |
| 715 | struct ks8851_net *ks = container_of(work, struct ks8851_net, tx_work); | 715 | struct ks8851_net *ks = container_of(work, struct ks8851_net, tx_work); |
| 716 | struct sk_buff *txb; | 716 | struct sk_buff *txb; |
| 717 | bool last = false; | 717 | bool last = skb_queue_empty(&ks->txq); |
| 718 | 718 | ||
| 719 | mutex_lock(&ks->lock); | 719 | mutex_lock(&ks->lock); |
| 720 | 720 | ||
