commit | 8c213fa59199f9673d66970d6940fa093186642f | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sun Feb 05 21:12:26 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 08 14:14:15 2012 -0800 |
tree | e7357cf1101a7b1451ab4b5c05245c34ad97436a | |
parent | 737912e11bf5bd4874acc771d8511a6eab891fc5 [diff] |
staging: r8712u: Use asynchronous firmware loading In https://bugs.archlinux.org/task/27996, failure of driver r8712u is reported, with a timeout during module loading due to synchronous loading of the firmware. The code now uses request_firmware_nowait(). Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>