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:
parent
67b3b78f5d
commit
348dc03eb8
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue