From: H Hartley Sweeten Date: Thu, 23 May 2013 19:48:41 +0000 (-0700) Subject: staging: comedi: usbduxsigma: tidy up usbduxsigma_usb_probe() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902add47dec8379e36e03d41d7f9877855514ccd;p=pandora-kernel.git staging: comedi: usbduxsigma: tidy up usbduxsigma_usb_probe() For aesthetic reasons, rename some of the variables to the "norm" used in comedi drivers. Use a local variable for the pointer to the private data instead of accessing the static array directly. Also use a local variable to setup the urbs. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed