gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Apr 2020 11:06:53 +0000 (14:06 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 28 Apr 2020 12:52:51 +0000 (14:52 +0200)
commit1afbc80c3d2b7831ec2027938876ebffbfd20abb
treec116d90b033fcdf03e0f73621e377dd1458e8270
parent9f676e5313c1fb7070997bd652a4ed68c6fb9a8c
gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value

When we mask interrupts before sleep, there is no need to have a conjunction
with 0xffffffff since the accepted by dwapb_write() value is 32-bit.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Cc: Serge Semin <fancer.lancer@gmail.com>
Link: https://lore.kernel.org/r/20200422110654.23442-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-dwapb.c