From: Cong Ding Date: Sat, 12 Jan 2013 04:42:07 +0000 (+0100) Subject: tty: add parenthesis to macro POLL_PERIOD in rocket.c X-Git-Tag: firefly_0821_release~3680^2~1078^2~102 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=37c44b52b102eb144fe4487f4a7ac39a70caee19;p=firefly-linux-kernel-4.4.55.git tty: add parenthesis to macro POLL_PERIOD in rocket.c Macros should be enclosed in parenthesis Signed-off-by: Cong Ding Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/rocket.c b/drivers/tty/rocket.c index 8073cc0dff59..69c16fc06e58 100644 --- a/drivers/tty/rocket.c +++ b/drivers/tty/rocket.c @@ -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 ******/