Commit fbea1876 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: aio_aio12_8: rename 'aio_ao12_8' boardinfo

This board name is incorrect. The proper name is 104-AO12-4.

Change the boardinfo name to 'aio_aio12_4' to follow the format of
the other boardtypes.
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 6db70e39
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Author: Pablo Mejia <pablo.mejia@cctechnol.com> * Author: Pablo Mejia <pablo.mejia@cctechnol.com>
* Devices: [Access I/O] PC-104 AIO12-8 (aio_aio12_8), * Devices: [Access I/O] PC-104 AIO12-8 (aio_aio12_8),
* [Access I/O] PC-104 AI12-8 (aio_ai12_8), * [Access I/O] PC-104 AI12-8 (aio_ai12_8),
* [Access I/O] PC-104 AO12-8 (aio_ao12_8) * [Access I/O] PC-104 AO12-4 (aio_ao12_4)
* Status: experimental * Status: experimental
* *
* Configuration Options: * Configuration Options:
...@@ -100,7 +100,7 @@ static const struct aio12_8_boardtype board_types[] = { ...@@ -100,7 +100,7 @@ static const struct aio12_8_boardtype board_types[] = {
.name = "aio_ai12_8", .name = "aio_ai12_8",
.has_ai = 1, .has_ai = 1,
}, { }, {
.name = "aio_ao12_8", .name = "aio_ao12_4",
.has_ao = 1, .has_ao = 1,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment