]> 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)
commit851bc7e3d83d8f81e1cd19c3e8d818c1090fb1bd
tree65f8070f39ab679c5a04803a27cb2877d8f81692
parentbc202f91bd431de14251b40828d4b716865c529a
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