wilc1000 : Use BIT() macro where possible
authorAnish Bhatt <anish@gatech.edu>
Tue, 29 Sep 2015 19:15:49 +0000 (12:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Sep 2015 02:57:43 +0000 (04:57 +0200)
commitffda203c0cf3b5b4648ba24c7d1ca34b9dcd4a3e
tree55c4a4ffba147d8bbee29f6a8a390a4fef817e81
parent65ead4ecb2d22a78592263ecba3decbc9df548dd
wilc1000 : Use BIT() macro where possible

Replace (1 << x) by BIT(x) as recommended by
checkpatch.pl

Signed-off-by: Anish Bhatt <anish@gatech.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/linux_wlan_common.h
drivers/staging/wilc1000/wilc_sdio.c
drivers/staging/wilc1000/wilc_spi.c
drivers/staging/wilc1000/wilc_wfi_netdevice.h
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan.h