net: wan: add necessary () to macro argument
authorPeng Li <lipeng321@huawei.com>
Fri, 21 May 2021 01:08:17 +0000 (09:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 20:26:41 +0000 (13:26 -0700)
commit70fe4523c8f6c310c4e5e2c2de5a018a22a6d928
tree8f237b699151f96de780e17f7d9e26e3e098f465
parent1bf705d4f2316ec213ada3119bc6cb352f43de64
net: wan: add necessary () to macro argument

Macro argument 'card' and 'port' may be better as
'(card)' and '(port)' to avoid precedence issues.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hd64572.c