From: H Hartley Sweeten Date: Fri, 30 Aug 2013 18:10:01 +0000 (-0700) Subject: staging: comedi: ii_pci20kc: use comedi_dio_update_state() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~763 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b13bc1d4ab0c5abc1b29d4fa95a41bf02238d2a;p=pandora-kernel.git staging: comedi: ii_pci20kc: use comedi_dio_update_state() The extra mask used to only update the channels configured as outputs is not necessary in this driver. Remove it and use comedi_dio_update_state() to handle the boilerplate code to update the subdevice s->state. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed