commit | 902add47dec8379e36e03d41d7f9877855514ccd | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Thu May 23 12:48:41 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 30 20:40:48 2013 +0900 |
tree | a051d895c24f99783291cca488a77156ae6f5734 | |
parent | eead8c6633669b01f1a5c7b45f64102f2b615864 [diff] |
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 <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>