[PATCH 1/2] gpio: zynq: Remove call to platform_get_irq

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove the call to  platform_get_irq use the cached
one instead.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx>
---
 drivers/gpio/gpio-zynq.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/gpio/gpio-zynq.c b/drivers/gpio/gpio-zynq.c
index 2ffa0ed..7551857 100644
--- a/drivers/gpio/gpio-zynq.c
+++ b/drivers/gpio/gpio-zynq.c
@@ -677,9 +677,8 @@ static void zynq_gpio_restore_context(struct zynq_gpio *gpio)
 static int __maybe_unused zynq_gpio_suspend(struct device *dev)
 {
        struct platform_device *pdev = to_platform_device(dev);
-       int irq = platform_get_irq(pdev, 0);
-       struct irq_data *data = irq_get_irq_data(irq);
        struct zynq_gpio *gpio = platform_get_drvdata(pdev);
+       struct irq_data *data = irq_get_irq_data(gpio->irq);

        if (!irqd_is_wakeup_set(data)) {
                zynq_gpio_save_context(gpio);
@@ -692,9 +691,8 @@ static int __maybe_unused zynq_gpio_suspend(struct device *dev)
 static int __maybe_unused zynq_gpio_resume(struct device *dev)
 {
        struct platform_device *pdev = to_platform_device(dev);
-       int irq = platform_get_irq(pdev, 0);
-       struct irq_data *data = irq_get_irq_data(irq);
        struct zynq_gpio *gpio = platform_get_drvdata(pdev);
+       struct irq_data *data = irq_get_irq_data(gpio->irq);
        int ret;

        if (!irqd_is_wakeup_set(data)) {
--
2.1.1

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux