From: H Hartley Sweeten Date: Mon, 20 May 2013 21:30:04 +0000 (-0700) Subject: staging: comedi: usbdux: move firmware request/upload into (*auto_attach) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997beda3daa6fcf1bbc5d6a92b6111c32c881345;p=pandora-kernel.git staging: comedi: usbdux: move firmware request/upload into (*auto_attach) The last step the usb_driver (*probe) does before handing off to the comedi_driver (*auto_attach) is requesting and uploading the firmware. Move the request/upload into the (*auto_attach) so we can use the comedi_load_firmware() helper. Signed-off-by: H Hartley Sweeten Cc Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed