projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8598f3c
)
MIPS: JZ4740: Fix the JZ4740_IRQ_DMA macro
author
Antony Pavlov
<
[email protected]
>
Wed, 7 Mar 2012 08:19:43 +0000
(12:19 +0400)
committer
Ralf Baechle
<
[email protected]
>
Thu, 26 Apr 2012 23:12:48 +0000
(
00:12
+0100)
Signed-off-by: Antony Pavlov <
[email protected]
>
Cc: Lars-Peter Clausen <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/3459/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/include/asm/mach-jz4740/irq.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mach-jz4740/irq.h
b/arch/mips/include/asm/mach-jz4740/irq.h
index a865c983c70affffc26ce5c00ab8742df7a442e8..5ad1a9c113c624136c6f2bfd584906c72f62d7a5 100644
(file)
--- 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))