]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: usbduxfast: request firmware synchronously
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 May 2013 20:24:17 +0000 (13:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:24:16 +0000 (16:24 -0700)
commit998bb7be46b25b383a8dbcc80ee2ed0700d0cdc8
treebfacd66be879c55b3597472803ac56f2169195b1
parent4e595c0d23ff7bf3ae738c3ed563162fcc20678e
staging: comedi: usbduxfast: request firmware synchronously

Change the request_firmware_nowait() to a request_firmware() so
that the usb_driver (*probe) and continue with the comedi_driver
(*auto_attach).

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxfast.c