staging: comedi: adv_pci1724: tidy up comedi_lrange tables

Tidy up the format of the comedi_lrange table.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2013-12-09 17:31:26 -07:00 committed by Greg Kroah-Hartman
parent 67b3b78f5d
commit 348dc03eb8

View file

@ -116,8 +116,8 @@ enum board_id_contents {
BOARD_ID_MASK = 0xf
};
static const struct comedi_lrange ao_ranges_1724 = { 4,
{
static const struct comedi_lrange ao_ranges_1724 = {
4, {
BIP_RANGE(10),
RANGE_mA(0, 20),
RANGE_mA(4, 20),