1
0
Fork 0

gianfar: fix double lock typo

This should be a _restore() instead of a _save().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
wifi-calibration
Dan Carpenter 2010-10-13 09:19:55 +00:00 committed by David S. Miller
parent 71085ce828
commit 9756403b16
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ static int gfar_set_rx_csum(struct net_device *dev, uint32_t data)
unlock_tx_qs(priv);
unlock_rx_qs(priv);
local_irq_save(flags);
local_irq_restore(flags);
for (i = 0; i < priv->num_rx_queues; i++)
gfar_clean_rx_ring(priv->rx_queue[i],