]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: emxx_udc: emxx_udc.c: Replace bit shifting with BIT macro
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Tue, 2 Apr 2019 14:54:54 +0000 (20:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2019 17:57:11 +0000 (19:57 +0200)
commitab6426e3353ac9731f92218ccf4f36bb8d933407
treef4b6b15e13e6fb782acdb8467c7afd04aad7ec93
parent36cbd6851d57bcdd3500bbcc3b98ea16f81939ca
staging: emxx_udc: emxx_udc.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/emxx_udc/emxx_udc.c