From: H Hartley Sweeten Date: Fri, 30 Aug 2013 18:08:31 +0000 (-0700) Subject: staging: comedi: adq12b: remove digital_state from private data X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~768 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c20d154a296f0d2b4641b5f8369745a811a035;p=pandora-kernel.git staging: comedi: adq12b: remove digital_state from private data Use the subdevice 'state' variable instead of carrying the state of the output channels in the private data. 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