staging/fbtft : Use BIT() macro when possible
authorAnish Bhatt <anish7@gmail.com>
Thu, 3 Sep 2015 07:53:33 +0000 (00:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:36 +0000 (18:24 -0700)
commite6ea2028e04b2adea69b06ef6d5e2d73f82b713c
tree0d4414a3ba63813d8cbde556b603e8cdd38a7df5
parent6d657dac56438bf7ade5a05142a633e7f5e43984
staging/fbtft : Use BIT() macro when possible

Based on checkpatch.pl recommendations, (1 << x)
is replaced by BIT(x)

Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_hx8340bn.c
drivers/staging/fbtft/fb_hx8353d.c
drivers/staging/fbtft/fb_s6d02a1.c
drivers/staging/fbtft/fb_st7735r.c