From: H Hartley Sweeten Date: Mon, 20 May 2013 21:32:01 +0000 (-0700) Subject: staging: comedi: usbduxsigma: move firmware request/upload into (*auto_attach) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2372897b0c23ee3f34656f3daf04e59c7f186b;p=pandora-kernel.git staging: comedi: usbduxsigma: 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