From: H Hartley Sweeten Date: Tue, 20 Jan 2015 21:53:04 +0000 (-0700) Subject: staging: comedi: adv_pci1710: change boardinfo 'n_aichand' to 'has_diff_ai' X-Git-Tag: fixes-v4.0-rc1~99^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=177a07296478c025259b97afd28b3ffe56268aea;p=pandora-kernel.git staging: comedi: adv_pci1710: change boardinfo 'n_aichand' to 'has_diff_ai' The 'n_aichand' member of the boardinfo is actually a flag indicating that the board supports differential analog inputs. The number of channels is always half the single-ended number of channels. For aesthetics, change the 'n_aichand' member to a bit-field flag 'has_diff_ai'. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed