Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e19e881f authored by Stephen Warren's avatar Stephen Warren Committed by Colin Cross
Browse files

ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIO

parent cd51d0ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#define gpio_cansleep		__gpio_cansleep

#define TEGRA_GPIO_TO_IRQ(gpio) (INT_GPIO_BASE + (gpio))
#define TEGRA_IRQ_TO_GPIO(irq) ((gpio) - INT_GPIO_BASE)
#define TEGRA_IRQ_TO_GPIO(irq) ((irq) - INT_GPIO_BASE)

static inline int gpio_to_irq(unsigned int gpio)
{