mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
staging: comedi: me4000: checkpatch.pl cleanup (complex macro)
Fix the checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parenthesis This define is not used in the driver. Just remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
04a4da61a1
commit
e685d726c6
|
|
@ -170,7 +170,6 @@ broken.
|
|||
|
||||
#define ME4000_AI_MIN_TICKS 66
|
||||
#define ME4000_AI_MIN_SAMPLE_TIME 2000
|
||||
#define ME4000_AI_BASE_FREQUENCY (unsigned int) 33E6
|
||||
|
||||
#define ME4000_AI_CHANNEL_LIST_COUNT 1024
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user