Files
kernel-tenderloin-3.0/drivers/net/wireless/p54
Michael Büsch 23e76fdc4c p54spi: Fix workqueue deadlock
commit 2d1618170eb493d18f66f2ac03775409a6fb97c6 upstream.

priv->work must not be synced while priv->mutex is locked, because
the mutex is taken in the work handler.
Move cancel_work_sync down to after the device shutdown code.
This is safe, because the work handler checks fw_state and bails out
early in case of a race.

Signed-off-by: Michael Buesch <m@bues.ch>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-12-09 08:52:29 -08:00
..
2011-04-26 15:50:30 -04:00
2011-03-07 13:51:04 -05:00
2011-04-26 15:50:30 -04:00
2011-04-26 15:50:30 -04:00
2011-02-14 15:52:10 -05:00
2011-12-09 08:52:29 -08:00
2011-05-16 14:25:27 -04:00