From: David S. Miller Date: Thu, 10 Mar 2016 21:15:54 +0000 (-0500) Subject: Merge branch 'qlcnic-next' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e49038d6ee4c4dcd1e5cd6c8f4addaf9768e21e4;p=linux-beck.git Merge branch 'qlcnic-next' Rajesh Borundia says: ==================== qlcnic fixes This series adds following fixes. o While processing mailbox if driver gets a spurious mailbox interrupt it leads into premature completion of a next mailbox request. Added a guard against this by checking current state of mailbox and ignored spurious interrupt. Added a stats counter to record this condition. v2: o Added patch that removes usage of atomic_t as we are not implemeting atomicity by using atomic_t value. ==================== Signed-off-by: David S. Miller --- e49038d6ee4c4dcd1e5cd6c8f4addaf9768e21e4