staging: comedi: ni_stc.h: tidy up AI_Status_2_Register
Rename the CamelCase. 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
7f0e1bac32
commit
3ca18feff7
2 changed files with 2 additions and 2 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue