]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1aeae743e3c432ec1e5e474f590f558f0e0d964b
tree55c4a4ffba147d8bbee29f6a8a390a4fef817e81
parent7cdd33114e5d997ec0d41984beeba3ed7101756e
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