summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
diff options
context:
space:
mode:
authorArushi Singhal2017-03-22 14:17:57 +0100
committerGreg Kroah-Hartman2017-03-23 14:25:33 +0100
commit4f8f316be6bace82139e321e11674949ce446454 (patch)
treea1810c6e55319046988cd50136af71902fd8b206 /drivers/staging/fbtft
parentstaging: rtl8712: Invert comparison to reduce indentation (diff)
downloadkernel-qcow2-linux-4f8f316be6bace82139e321e11674949ce446454.tar.gz
kernel-qcow2-linux-4f8f316be6bace82139e321e11674949ce446454.tar.xz
kernel-qcow2-linux-4f8f316be6bace82139e321e11674949ce446454.zip
staging: rts5208: Replace a bit shift by a use of BIT.
This patch replaces bit shifting on 1 with the BIT(x) macro. This was done with coccinelle: @@ constant c; @@ -1 << c +BIT(c) Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft')
0 files changed, 0 insertions, 0 deletions