From: Larry Finger Date: Fri, 9 Mar 2012 04:25:57 +0000 (-0600) Subject: b43legacy: Load firmware from work queue instead of from probe routine X-Git-Tag: v3.4-rc1~177^2~48^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ea2c76b193be5794e0de6aff66e14c21b904f8;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed