net: axienet: Replace the occurrences of (1<<x) by BIT(x)
authorAppana Durga Kedareswara Rao <appana.durga.rao@xilinx.com>
Wed, 31 Jul 2024 09:16:04 +0000 (14:46 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2024 09:25:22 +0000 (10:25 +0100)
commit3ff578c91cd86461b58561e19cce087e8899d0ce
treec8b989d1e393d94b62fdd3a825feda9c77378423
parent3361a6eae59664ffae640ff7a838f5bd89c24461
net: axienet: Replace the occurrences of (1<<x) by BIT(x)

Replace all occurences of (1<<x) by BIT(x) to get rid of checkpatch.pl
"CHECK" output "Prefer using the BIT macro".

Signed-off-by: Appana Durga Kedareswara Rao <appana.durga.rao@xilinx.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_axienet.h