From: Santosh Nayak Date: Fri, 2 Mar 2012 05:09:05 +0000 (+0000) Subject: qla3xxx: ethernet: Fix bogus interrupt state flag. X-Git-Tag: v3.3-rc7~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1dfc06b14df0818d86d6ba6aaec0f641e94990;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed