]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: ks7010: Prefer using the BIT macro
authorPunit Vara <punitvara@gmail.com>
Mon, 14 Nov 2016 09:13:35 +0000 (14:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 14:48:57 +0000 (15:48 +0100)
commit1d2bd7350527b1fdd62ac227cf9d6c13dc21c2ad
tree65f8070f39ab679c5a04803a27cb2877d8f81692
parentdd292258536f99c7bae95f4454818298faa04e74
Staging: ks7010: Prefer using the BIT macro

Replace all occurences of (1<<x) by BIT(x) in the file
ks7010_sdio.h to get rid of checkpatch.pl "CHECK" output "Prefer
using BIT macro".

Signed-off-by: Punit Vara <punitvara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.h