smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()
authorKen Kawasaki <ken_kawasaki@spring.nifty.jp>
Sat, 24 Apr 2010 10:37:09 +0000 (10:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 21:47:45 +0000 (14:47 -0700)
commit2a9151572224ad5fe808058097be94106470a6dc
tree92d51011729fb28f375eccbbae821268c6e6715e
parentdacf4fc85bbd063b8108b6c21275ae4a4fcce908
smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()

smc91c92_cs:
  * spin_unlock_irqrestore before calling smc_interrupt() in media_check()
     to avoid lockup.
  * use spin_lock_irqsave for ethtool function.

Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcmcia/smc91c92_cs.c