diff options
Diffstat (limited to 'drivers/net/skge.c')
-rw-r--r-- | drivers/net/skge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c index ae52cba75f9a..2e26dced13a1 100644 --- a/drivers/net/skge.c +++ b/drivers/net/skge.c | |||
@@ -3200,7 +3200,7 @@ static int skge_poll(struct napi_struct *napi, int to_do) | |||
3200 | 3200 | ||
3201 | if (work_done < to_do) { | 3201 | if (work_done < to_do) { |
3202 | unsigned long flags; | 3202 | unsigned long flags; |
3203 | 3203 | ||
3204 | spin_lock_irqsave(&hw->hw_lock, flags); | 3204 | spin_lock_irqsave(&hw->hw_lock, flags); |
3205 | __netif_rx_complete(dev, napi); | 3205 | __netif_rx_complete(dev, napi); |
3206 | hw->intr_mask |= napimask[skge->port]; | 3206 | hw->intr_mask |= napimask[skge->port]; |