From: H Hartley Sweeten Date: Wed, 27 Jun 2012 00:56:43 +0000 (-0700) Subject: staging: comedi: cb_pcidas: simplify the boardinfo X-Git-Tag: v3.6-rc1~100^2~496 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e3cce3270b5f0d9c094c9bcb34d919713e02eb;p=pandora-kernel.git staging: comedi: cb_pcidas: simplify the boardinfo The boardinfo values 'has_ai_trig_gated' and 'has_ai_trig_invert' are both only set for the "1602" versions of the boards supported by this driver. Simplify the boardinfo, and the code, by replacing these two variables with one "is_1602" variable. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed