From 6028f4c01c2e5626f5279acca7ddbdc2125474a0 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Thu, 23 May 2013 12:51:14 -0700 Subject: [PATCH] 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-format-patch failed