net: at91_can: use BIT macro
authorPeng Li <lipeng321@huawei.com>
Sat, 19 Jun 2021 09:56:25 +0000 (17:56 +0800)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 25 Jul 2021 09:36:27 +0000 (11:36 +0200)
commit8ed1661cf21ec86351a47a82f641ec46501a1029
tree0ea6d28858ae7ca82488de593cbf808d98adbfad
parent57bca980bad41a57448af01922cbec22f1ab23b1
net: at91_can: 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.

Link: https://lore.kernel.org/r/1624096589-13452-5-git-send-email-huangguangbin2@huawei.com
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/at91_can.c