diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2012-03-09 04:25:57 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-13 18:54:15 (GMT) |
commit | a3ea2c76b193be5794e0de6aff66e14c21b904f8 (patch) | |
tree | 61c28cbc5a3dc3a93bd857155c58c0baa76578d9 /drivers/ata/pata_pxa.c | |
parent | 843dc6644be05edfcb14f7f7ce5b2ab2bc15b429 (diff) | |
download | linux-a3ea2c76b193be5794e0de6aff66e14c21b904f8.tar.xz |
b43legacy: Load firmware from work queue instead of from probe routine
Recent changes in udev are causing problems for drivers that load firmware
from the probe routine. As b43legacy has such a structure, it must be changed.
As this driver loads 3 or 4 firmware files, changing to the asynchronous routine
request_firmware_nowait() would be complicated. In this implementation, the probe
routine starts a work queue that calls the firmware loading routines.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ata/pata_pxa.c')
0 files changed, 0 insertions, 0 deletions