mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 06:10:45 -04:00
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:
committed by
Greg Kroah-Hartman
parent
67b3b78f5d
commit
348dc03eb8
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user