1
0
Files
linux/drivers/net/ethernet
Santosh Nayak 9d1dfc06b1 qla3xxx: ethernet: Fix bogus interrupt state flag.
In 'ql_adapter_initialize'
the first call for 'spin_unlock_irqrestore()' is with hw_flags = 0,
which is as good as 'spin_unlock_irq()' (unconditional interrupt
enabling). If this is intended, then for better performance
'spin_unlock_irqrestore()' can be replaced with 'spin_unlock_irq()'
and 'spin_lock_irqsave()' can be replaced by 'spin_lock_irq()

Signed-off-by: Santosh Nayak <santoshprasadnayak@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-05 16:50:52 -05:00
..
2012-02-19 18:57:50 -05:00
2012-01-05 13:23:00 -05:00
2011-12-06 00:48:59 -05:00
2012-01-09 14:05:23 -08:00
2012-02-05 17:47:09 -05:00
2012-01-10 16:35:00 -08:00
2012-02-22 14:44:41 -05:00
2012-02-22 14:44:41 -05:00
2011-11-29 01:15:24 -05:00
2012-01-10 16:35:01 -08:00