From: H Hartley Sweeten Date: Thu, 23 May 2013 19:49:02 +0000 (-0700) Subject: staging: comedi: usbduxsigma: factor usb buffer allocation out of (*probe) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65989c030bbca96be45ed137f6384dbd46030d10;p=pandora-kernel.git staging: comedi: usbduxsigma: factor usb buffer allocation out of (*probe) To make pushing the usb_driver (*probe) into the comedi_driver (*auto_attach) cleaner, factor the usb buffer allocation out of the (*probe). This also cleans up the failure paths in the (*probe). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed