From: H Hartley Sweeten Date: Mon, 25 Aug 2014 23:04:48 +0000 (-0700) Subject: staging: comedi: mf6x4: analog output data does not need extra masking X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1004 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496e7cd9b8f4e8cce2075c934f518c31ed94a47c;p=pandora-kernel.git staging: comedi: mf6x4: analog output data does not need extra masking The comedi core validates that all the data values are <= s->maxdata before calling the (*insn_write) function. The extra masking is not needed. Remove it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed