staging: mt7621-pci: Prefer using the BIT macro
authorMamta Shukla <mamtashukla555@gmail.com>
Fri, 5 Oct 2018 07:32:06 +0000 (13:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 12:59:39 +0000 (14:59 +0200)
commit984e165b8a4b7170d945bd1d7f26df895411adda
tree588e94ba2c62279ba2ca754c93bb1581e2483e47
parent5cfa4f700771b4252dd08935b8d0e69a4325d22b
staging: mt7621-pci: Prefer using the BIT macro

Replace all occurrences of (1<<x) with BIT(x).

Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c