enic: bug fix: protect fw call i/f with spinlock
authorScott Feldman <scofeldm@cisco.com>
Thu, 3 Sep 2009 17:02:14 +0000 (17:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Sep 2009 03:19:17 +0000 (20:19 -0700)
Some driver -> nic firmware calls weren't guarded with a spinlock, exposing
the call i/f to a race between two threads

Signed-off-by: Scott Feldman <scofeldm@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found