Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ca18fef authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_stc.h: tidy up AI_Status_2_Register



Rename the CamelCase.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7f0e1bac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@ static const struct mio_regmap m_series_stc_read_regmap[] = {
	[NISTC_AI_STATUS1_REG]		= { 0x104, 2 },
	[NISTC_AO_STATUS1_REG]		= { 0x106, 2 },
	[NISTC_G01_STATUS_REG]		= { 0x108, 2 },
	[AI_Status_2_Register]		= { 0, 0 }, /* Unknown */
	[NISTC_AI_STATUS2_REG]		= { 0, 0 }, /* Unknown */
	[AO_Status_2_Register]		= { 0x10c, 2 },
	[DIO_Parallel_Input_Register]	= { 0, 0 }, /* Unknown */
	[G_HW_Save_Register(0)]		= { 0x110, 4 },
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@

#define NISTC_G01_STATUS_REG		4

#define AI_Status_2_Register		5
#define NISTC_AI_STATUS2_REG		5

#define AO_Status_2_Register		6