gpio: pca953x: Request IRQ after all initialisation done
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 28 Jul 2020 12:55:02 +0000 (15:55 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Aug 2020 23:25:02 +0000 (01:25 +0200)
commit2a93a0da06f8fcee96a7c49c756fd7c5891b0b0d
treedd95863e2c88bb022b8cf73a2485039098ffb761
parent5f402bb17533113c21d61c2d4bc4ef4a6fa1c9a5
gpio: pca953x: Request IRQ after all initialisation done

There is logically better to request IRQ when we initialise all structures.
Align the driver with the rest on the same matter.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200728125504.27786-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pca953x.c