From: H Hartley Sweeten Date: Tue, 14 May 2013 21:33:30 +0000 (-0700) Subject: staging: comedi: dt9812: cleanup analog out subdevice (*insn_read) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~610 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79f18e6b91a4f7b5cb9cef3c98721a6887c84ca;p=pandora-kernel.git staging: comedi: dt9812: cleanup analog out subdevice (*insn_read) For aesthetic reasons, rename the function to help with grepping and rename some of the local vars. This function returns the current analog output value for the channel that is cached in the private data. Absorb dt9812_analog_out_shadow() into this function to make it more concise. The comedi core expects the (*insn_read) functions to return either an errno or the number of samples read. Change the final return to insn->n to make this clearer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed