OSDN Git Service

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)
commit83b06116994a8c3648b03da92d7fc0ac839c8ced
treeeab19d5e25f072a15a1f79aad5f2e45e4a4592ce
parentf7062ee5e44a044da41cdae8370368314103a930
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