]> git.baikalelectronics.ru Git - kernel.git/commit
be2net: replace (1 << x) with BIT(x)
authorVasundhara Volam <vasundhara.volam@emulex.com>
Fri, 6 Feb 2015 13:18:36 +0000 (08:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Feb 2015 06:50:57 +0000 (22:50 -0800)
commit99235c4c65286dc89b251ced3d53397e7b4c8615
treeeab19d5e25f072a15a1f79aad5f2e45e4a4592ce
parentfbf2758a3759a5815a8e769f89910dd56141cdac
be2net: replace (1 << x) with BIT(x)

BIT(x) is the preffered usage.
Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be.h
drivers/net/ethernet/emulex/benet/be_cmds.h
drivers/net/ethernet/emulex/benet/be_hw.h