All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: JZ4740: fix the JZ4740_IRQ_DMA macro
@ 2012-03-07  8:19 Antony Pavlov
  2012-03-07 14:07 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2012-03-07  8:19 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Lars-Peter Clausen, linux-mips, Antony Pavlov

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/include/asm/mach-jz4740/irq.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/include/asm/mach-jz4740/irq.h b/arch/mips/include/asm/mach-jz4740/irq.h
index a865c98..5ad1a9c 100644
--- a/arch/mips/include/asm/mach-jz4740/irq.h
+++ b/arch/mips/include/asm/mach-jz4740/irq.h
@@ -45,7 +45,7 @@
 #define JZ4740_IRQ_LCD		JZ4740_IRQ(30)
 
 /* 2nd-level interrupts */
-#define JZ4740_IRQ_DMA(x)	(JZ4740_IRQ(32) + (X))
+#define JZ4740_IRQ_DMA(x)	(JZ4740_IRQ(32) + (x))
 
 #define JZ4740_IRQ_INTC_GPIO(x) (JZ4740_IRQ_GPIO0 - (x))
 #define JZ4740_IRQ_GPIO(x)	(JZ4740_IRQ(48) + (x))
-- 
1.7.8.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: JZ4740: fix the JZ4740_IRQ_DMA macro
  2012-03-07  8:19 [PATCH] MIPS: JZ4740: fix the JZ4740_IRQ_DMA macro Antony Pavlov
@ 2012-03-07 14:07 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2012-03-07 14:07 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: Lars-Peter Clausen, linux-mips

On Wed, Mar 07, 2012 at 12:19:43PM +0400, Antony Pavlov wrote:

Thanks, applied!

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-07 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07  8:19 [PATCH] MIPS: JZ4740: fix the JZ4740_IRQ_DMA macro Antony Pavlov
2012-03-07 14:07 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.