]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25ef366ac120f30a4054fcbb09a0cb394d373e34
treed74106806c3d6728dc2858d2ccfe7136e8153f91
parent67f73f812e1852cd60cfd043da2cbdec49e5df73
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