staging: olpc_dcon: Change bitshifts to BIT macro
authorZebulon McCorkle <zebmccorkle@zeb.fun>
Tue, 21 Nov 2017 20:51:14 +0000 (14:51 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Dec 2017 09:00:30 +0000 (10:00 +0100)
commitf3b7e9019de4d23d3d05b4b47d7b622635249de4
tree09dbb971ca807276a2adbaacf0e5e99e89342ff9
parentf8de92c9f616d87881a772f5d25d8d4041455573
staging: olpc_dcon: Change bitshifts to BIT macro

checkpatch.pl reported the bitshifts (1<<x) as a style violation, so
change them to the BIT macro (BIT(x)).

Signed-off-by: Zebulon McCorkle <zebmccorkle@zeb.fun>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon.h