From: H Hartley Sweeten Date: Wed, 5 Aug 2015 17:44:48 +0000 (-0700) Subject: staging: comedi: me4000: refactor 'ai_sh_nchan' boardinfo X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f663502228edd9c540c9d550dea59cbdb13d3a;p=pandora-kernel.git staging: comedi: me4000: refactor 'ai_sh_nchan' boardinfo Some of the boards supported by this driver can do analog input sample & hold on 8 of the channels. The 'ai_sh_nchan' member of the boardinfo is used to indicate which boards support this feature. To save a bit of space, convert this member to a bit-field, 'can_do_sh_ai'. Note, this feature is not currently supported. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed