From: H Hartley Sweeten Date: Thu, 23 May 2013 19:40:10 +0000 (-0700) Subject: staging: comedi: usbduxsigma: cleanup the stop functions X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d61fd2509ee41784af13eac1c04fba30b2d487;p=pandora-kernel.git staging: comedi: usbduxsigma: cleanup the stop functions The 'this_usbduxsub' parameter is actually the comedi_device private data, rename it to 'devpriv' which is more common in comedi drivers. Remove the unnecessary pr_err() noise in usbdux_ai_stop(). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed