]> git.baikalelectronics.ru Git - kernel.git/commit
staging: olpc_dcon: Replace a bit shift by a use of BIT.
authorAnchal Jain <anchalj109@gmail.com>
Sun, 18 Sep 2016 06:46:40 +0000 (12:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Sep 2016 07:13:35 +0000 (09:13 +0200)
commit928ee59e9ee34deb6667534a2b6ec25be9d9a6fc
treee761fd8fef65ef8c9799dda1f7a115906263b6b9
parentfe2238d3aeb4c19f4657f6b9795e503b28d5dc42
staging: olpc_dcon: Replace a bit shift by a use of BIT.

This patch replaces bit shifting on 1 with the BIT(x) macro
as it's extensively used by other function in the file olpc_dcon.h .

Signed-off-by: Anchal Jain <anchalj109@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon.h