staging: rtl8192e: use BIT macro instead of left shifting
authorMoses Christopher Bollavarapu <mosescb.dev@gmail.com>
Sat, 19 Feb 2022 18:32:34 +0000 (19:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Feb 2022 17:13:37 +0000 (18:13 +0100)
commitc4b5dfd8403bd29ba34b9173a1e4e2f3ee655ce2
tree768a0332ccfb2d433f7688508d46e4be1fef436c
parent1a461527f6bc4b0e29b4badb64b7d1f1fc9437ae
staging: rtl8192e: use BIT macro instead of left shifting

There is a BIT(nr) macro available in vdso/bits.h
which is doing the same left shift operation

Example: (1 << 7) == BIT(7)

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Moses Christopher Bollavarapu <mosescb.dev@gmail.com>
Link: https://lore.kernel.org/r/20220219183234.31216-1-mosescb.dev@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_debug.h