]> 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)
commitf1986a10eaa8ec69f4c3c8d8876a8646af6701c1
treed74106806c3d6728dc2858d2ccfe7136e8153f91
parentcc65b7dc53490579f9bcb9e6e1efcee515ae93a2
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