]> git.karo-electronics.de Git - karo-tx-linux.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)
commit835068d8824bef075dd7c2c2cded9032ed5ff909
tree65f8070f39ab679c5a04803a27cb2877d8f81692
parentece26a694ed990d985353ec4c2296dde5e04d8a9
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