]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: fbtft: fb_agm1264k-fl.c: Replace bit shifting with BIT macro
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Tue, 2 Apr 2019 14:37:43 +0000 (20:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2019 17:57:11 +0000 (19:57 +0200)
commit46a49a52d1c0e760a39ca0be56ce8a71f5661393
tree4941450f8e55e227db620efb8521686265d9bdf9
parenta3b3e835d6caf31aa763a400db2dbae2c7c396fe
staging: fbtft: fb_agm1264k-fl.c: Replace bit shifting with BIT macro

Challenge suggested by coccinelle.
Prefer using BIT and replace bit shifting with the BIT(x) macro.

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_agm1264k-fl.c