OSDN Git Service

net: pci200syn: add necessary () to macro argument
authorPeng Li <lipeng321@huawei.com>
Tue, 15 Jun 2021 13:54:22 +0000 (21:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 18:03:17 +0000 (11:03 -0700)
commit8e7680c10284e75e0b4122e05a6969a53f95c1cb
tree70b3fbf58b322057a9bc8aba9a4b28aab2f45fb8
parent2b637446685f35b51b090fc3e5bc21e4fe8a21c1
net: pci200syn: add necessary () to macro argument

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

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