From: H Hartley Sweeten Date: Thu, 23 May 2013 19:47:48 +0000 (-0700) Subject: staging: comedi: usbduxsigma: tidy up usbduxsub_pwm_irq() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb13b543687a19de4d44a205bc1e39c9d71a2f0;p=pandora-kernel.git staging: comedi: usbduxsigma: tidy up usbduxsub_pwm_irq() Rename the local variables to follow the "norm" for comedi drivers. The comedi_subdevice is not used in this function. Remove that local variable. Use dev->class_dev for any dev_{level} messages. Remove the extra check of 'pwm_cmd_running' before submitting the urb. This flag was previously checked. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed