From: H Hartley Sweeten Date: Tue, 14 May 2013 20:40:24 +0000 (-0700) Subject: staging: comedi: usbduxfast: consolidate the firmware upload X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~640 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe38a8b3580aa0b9a842072de8ddd6510b1e522;p=pandora-kernel.git staging: comedi: usbduxfast: consolidate the firmware upload Absorb the usbduxfastsub_stop(), usbduxfastsub_upload(), and usbduxfastsub_start() functions into usbduxfast_upload_firmware(). Each of them just do a usb_control_msg() to the device and output an error message if it fails. A similar message is also output by usbduxfast_upload_firmware() so the extra messages are redundant. We can also share the malloc'ed local buffer needed for the usb_control_msg(). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed