From: H Hartley Sweeten Date: Thu, 23 May 2013 19:51:14 +0000 (-0700) Subject: staging: comedi: usbduxsigma: tidy up usbduxsub_submit_PwmURBs() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~459 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6028f4c01c2e5626f5279acca7ddbdc2125474a0;p=pandora-kernel.git staging: comedi: usbduxsigma: tidy up usbduxsub_submit_PwmURBs() Rename the CamelCase function. Pass the comedi_device pointer instead of the private data pointer to the function. Use a couple local variables to tidy up the function. Remove the dev_err() message when usb_submit_urb() fails, its just added noise. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed