]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfdd94f94b11d0322c622d13c10981f4983e15832
tree0031fc80fa93fbff41efb78114efe777a3199425
parent5d91cdf04a19502e4e9f11336a9c1d4183cfdf22
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