staging: rtl8192e: Use BIT() instead of << for bit field MSR_LINK_MASK
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Wed, 8 Feb 2023 18:56:45 +0000 (19:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 12:28:55 +0000 (13:28 +0100)
commit296e7dff61cbaf88846ed0aab05be6141ae106d1
tree17a48042410b03d0743fb671327858a87e77916e
parent5cd73e7c60a9cab27b2eb3270b7fd4a79dafee25
staging: rtl8192e: Use BIT() instead of << for bit field MSR_LINK_MASK

Use commonly used BIT() macro to define MSR_LINK_MASK. Equation is
not accepted by checkpatch because of missing spaces. Therefore line
needs to change anyhow.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230208185645.GA14681@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h