gpio: davinci: Fix the compiler warning with ARM64 config enabled
authorKeerthy <j-keerthy@ti.com>
Wed, 5 Jun 2019 08:02:57 +0000 (13:32 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Jun 2019 22:31:35 +0000 (00:31 +0200)
commit36c0551976d580de85958b0de93a4f6a7159a176
tree0031fc80fa93fbff41efb78114efe777a3199425
parent5923ea6c2ce626f0aa8a547d5b7e5fce705dd3dc
gpio: davinci: Fix the compiler warning with ARM64 config enabled

Fix the compiler warning with ARM64 config enabled
as the current mask assumes 32 bit by default.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-davinci.c