diff options
Diffstat (limited to 'target/linux/ramips/patches-3.14/999-gpi_irq.patch')
-rw-r--r-- | target/linux/ramips/patches-3.14/999-gpi_irq.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-3.14/999-gpi_irq.patch b/target/linux/ramips/patches-3.14/999-gpi_irq.patch index a421570672..c4b3e57ccd 100644 --- a/target/linux/ramips/patches-3.14/999-gpi_irq.patch +++ b/target/linux/ramips/patches-3.14/999-gpi_irq.patch @@ -1,6 +1,6 @@ --- a/drivers/gpio/gpio-ralink.c +++ b/drivers/gpio/gpio-ralink.c -@@ -148,14 +148,15 @@ +@@ -148,14 +148,15 @@ static void ralink_gpio_irq_unmask(struc { struct ralink_gpio_chip *rg; unsigned long flags; @@ -20,7 +20,7 @@ spin_unlock_irqrestore(&rg->lock, flags); } -@@ -163,14 +164,15 @@ +@@ -163,14 +164,15 @@ static void ralink_gpio_irq_mask(struct { struct ralink_gpio_chip *rg; unsigned long flags; |