sfc: Use mutex_lock_interruptible() for ethtool EEPROM access
authorBen Hutchings <bhutchings@solarflare.com>
Sat, 13 Dec 2008 06:06:24 +0000 (22:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Dec 2008 06:06:24 +0000 (22:06 -0800)
ethtool must contend with the MTD driver for the SPI bus lock, which
may carry out long operations such as flash erase.  Allow it to be
interrupted while waiting.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found