diff options
author | Santosh Nayak <santoshprasadnayak@gmail.com> | 2012-03-02 05:09:05 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-05 16:50:52 -0500 |
commit | 9d1dfc06b14df0818d86d6ba6aaec0f641e94990 (patch) | |
tree | e79088a13c179391614b4b954b780d1c65077521 /fs/nls | |
parent | d1d81d4c3dd886d5fa25a2c4fa1e39cb89613712 (diff) | |
download | talos-obmc-linux-9d1dfc06b14df0818d86d6ba6aaec0f641e94990.tar.gz talos-obmc-linux-9d1dfc06b14df0818d86d6ba6aaec0f641e94990.zip |
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>
Diffstat (limited to 'fs/nls')
0 files changed, 0 insertions, 0 deletions