]> git.karo-electronics.de Git - linux-beck.git/commit
staging: comedi: dnya_pci10xx: cleanup the analog output range
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 15 Aug 2012 01:24:19 +0000 (18:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 22:25:34 +0000 (15:25 -0700)
commitf2eacff1369c46c7c4dab595a460dd9ec40e51db
tree6a7f9ab7da0e5ac0eeb5ec418dfb084a4f48d567
parent690e839fc4915a372f2338b148c36d8949822253
staging: comedi: dnya_pci10xx: cleanup the analog output range

The analog output channels on this board only support a single
range, 0-10V unipolar. This range is available as an exported
symbol from the comedi core and "range_unipolar10". Use that
instead of duplicating the range in this driver and remove
the information from the boardinfo.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dyna_pci10xx.c