From: H Hartley Sweeten Date: Thu, 23 May 2013 19:45:16 +0000 (-0700) Subject: staging: comedi: usbduxsigma: tidy up usbduxsub_ai_IsocIrq() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~473 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147b25a3cc9c95597bbccf0559663932d31972b9;p=pandora-kernel.git staging: comedi: usbduxsigma: tidy up usbduxsub_ai_IsocIrq() Rename the local variables to follow the "norm" for comedi drivers. The comedi_subdevice for this function is the dev->read_subdev that was initialized during the (*auto_attach), use that instead of directly accessing the comedi_device subdevices array. Use dev->class_dev for any dev_{level} messages. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed