gpio: ml-ioh: Use BIT() to match gpio-pch.c
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 30 Nov 2021 22:08:40 +0000 (16:08 -0600)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 1 Dec 2021 13:10:26 +0000 (15:10 +0200)
commit46155a0c55eb9c64da619e4f3a03537f47fbe583
treeb19c73a950d52c58f41aadc9f7aaea082c6a3d46
parent06939f22ae5f7abf80d9a6ff5e43b4a916256f44
gpio: ml-ioh: Use BIT() to match gpio-pch.c

The ML IOH driver is very similar to the PCH driver.  To make it more
similar, replace "1 << nr" with "BIT(nr)".  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-ml-ioh.c