]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pch: Use BIT() and GENMASK() where it's appropriate
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 14 Apr 2020 17:48:57 +0000 (20:48 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 16 Apr 2020 17:40:14 +0000 (20:40 +0300)
commit587f8a98a27041ecf29b64f0ea1952d39218d8ca
treefc6f304cb7c381ba5c8c8ccd8dbe441c1a390b71
parente54966450255bc5321a31c08774d1f647943d2f1
gpio: pch: Use BIT() and GENMASK() where it's appropriate

Use BIT() and GENMASK() where it's appropriate.
At the same time drop it where it's not appropriate.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-pch.c