staging: rdma: hfi1 : Prefer using the BIT macro
authorSunny Kumar <sunny.kumar.roy@gmail.com>
Fri, 6 Nov 2015 04:36:43 +0000 (10:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commitcb32649d087d513bb6e0f90dda0a686a6662b519
tree6862d9062dbcb74eb66d792b76e67a5d5f0e0f2b
parente3a45e4063601336f5759734d65fcee1b73d001f
staging: rdma: hfi1 : Prefer using the BIT macro

This patch replaces bit shifting on 1 with the BIT(x) macro

Signed-off-by: Sunny Kumar <sunnyk@cdac.in>
Acked-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/user_sdma.c
This page took 0.02526 seconds and 5 git commands to generate.