[SC92031]: Fix priv->lock context
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 9 Apr 2007 18:51:15 +0000 (11:51 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Apr 2007 20:31:14 +0000 (13:31 -0700)
The spin_lock calls made in dev->open and dev->close must disable
BH since open/close are made in process context.  Conversely, the
call in dev->hard_start_xmit does not need to disable BH since it
is already executing with BH disabled.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found