mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
tty: add parenthesis to macro POLL_PERIOD in rocket.c
Macros should be enclosed in parenthesis Signed-off-by: Cong Ding <dinggnu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b9f8033f28
commit
37c44b52b1
@ -55,7 +55,7 @@
|
||||
#undef REV_PCI_ORDER
|
||||
#undef ROCKET_DEBUG_IO
|
||||
|
||||
#define POLL_PERIOD HZ/100 /* Polling period .01 seconds (10ms) */
|
||||
#define POLL_PERIOD (HZ/100) /* Polling period .01 seconds (10ms) */
|
||||
|
||||
/****** Kernel includes ******/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user