net: cosa: use BIT macro
authorPeng Li <lipeng321@huawei.com>
Wed, 16 Jun 2021 07:23:36 +0000 (15:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 07:52:33 +0000 (00:52 -0700)
commit3fac4b941c06acaf35f578396eee3e28b1f7351e
treed74106806c3d6728dc2858d2ccfe7136e8153f91
parentacc3edf0054eb44221b2a6629bfa575c85c6e901
net: cosa: use BIT macro

This patch uses the BIT macro for setting individual bits,
to fix the following checkpatch.pl issue:
CHECK: Prefer using the BIT macro.

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/cosa.c