staging: fbtft: Prefer using the BIT macro
authorMamta Shukla <mamtashukla555@gmail.com>
Wed, 3 Oct 2018 14:40:15 +0000 (20:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Oct 2018 18:36:08 +0000 (11:36 -0700)
commit48b775ca0f932c8f9e168d7a07417c8c2b830f5a
treec3a3ef45ced62aa423732ae6c0520203363b891e
parent0f912f9de1179c58eedab0d27ef813ded35990fb
staging: fbtft: Prefer using the BIT macro

Replacing all occurrences of (1<<x) with BIT(x) to fix checkpatch issue.
CHECK:Prefer using the BIT macro

Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft.h