diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2013-04-22 21:38:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-23 13:41:52 -0400 |
commit | eca7cf725617c08f02a9f74155ced6d2de9f0a63 (patch) | |
tree | 1606095e7e7870d1fd697222f6f42bee28832abe | |
parent | d24160f83d5fd7d4ef383085cae90aa27ce63ed6 (diff) |
staging: comedi: das800: cleanup the cio-das802/16 fifo comments
Cleanup the comments about the cio-das802/16 specific register
defines. This also removes a checkpatch.pl warning about > 80
char lines.
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>
-rw-r--r-- | drivers/staging/comedi/drivers/das800.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/das800.c b/drivers/staging/comedi/drivers/das800.c index bb0c40627ae2..9ce6cbcc7ee8 100644 --- a/drivers/staging/comedi/drivers/das800.c +++ b/drivers/staging/comedi/drivers/das800.c | |||
@@ -95,8 +95,8 @@ cmd triggers supported: | |||
95 | #define IRQ 0x8 | 95 | #define IRQ 0x8 |
96 | #define BUSY 0x80 | 96 | #define BUSY 0x80 |
97 | #define DAS800_GAIN 3 | 97 | #define DAS800_GAIN 3 |
98 | #define CIO_FFOV 0x8 /* fifo overflow for cio-das802/16 */ | 98 | #define CIO_FFOV 0x8 /* cio-das802/16 fifo overflow */ |
99 | #define CIO_ENHF 0x90 /* interrupt fifo half full for cio-das802/16 */ | 99 | #define CIO_ENHF 0x90 /* cio-das802/16 fifo half full int ena */ |
100 | #define CONTROL1 0x80 | 100 | #define CONTROL1 0x80 |
101 | #define CONV_CONTROL 0xa0 | 101 | #define CONV_CONTROL 0xa0 |
102 | #define SCAN_LIMITS 0xc0 | 102 | #define SCAN_LIMITS 0xc0 |