gpio: tegra: Use NOIRQ phase for suspend/resume
authorDmitry Osipenko <digetx@gmail.com>
Sun, 15 Dec 2019 18:30:47 +0000 (21:30 +0300)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 20 Dec 2019 09:58:23 +0000 (10:58 +0100)
commit9ccaf106c2cf1591cdcc5434ef08d3edfbe06944
treedf4abcca8a891df6f7d2be8b43e9f4f01962d1ce
parentf56d979cc58e9a361e0bf1b764fdadc85ee2d7c8
gpio: tegra: Use NOIRQ phase for suspend/resume

All GPIO interrupts are disabled during of the NOIRQ suspend/resume
phase, thus there is no need to manually disable the interrupts. This
patch doesn't fix any problem, this is just a minor clean-up.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-tegra.c