staging: wilc1000: wilc_wlan.c: use BIT(x) macro
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 16 Sep 2015 11:11:26 +0000 (20:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 04:46:01 +0000 (21:46 -0700)
commit50b51dac4a4f26b815289d6f879eac9b77e786c1
tree232f973058ba319d67b2c7a852470e58ab1e0688
parentd7ed06a3840c2db50094a7b377642202a6e71da5
staging: wilc1000: wilc_wlan.c: use BIT(x) macro

Remove bit shift macro that is custom defined, then replace BIT(x)
macro.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c