* [M68KNOMMU]: fix definition of MCFDMA_DIR_INV
@ 2007-07-25 12:07 Greg Ungerer
0 siblings, 0 replies; only message in thread
From: Greg Ungerer @ 2007-07-25 12:07 UTC (permalink / raw)
To: torvalds; +Cc: gerg, linux-kernel
Fix a small typo in the definition of MCFDMA_DIR_INV (MCF5272 specific).
>From Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
diff -Naur linux-2.6.22/include/asm-m68knommu/mcfdma.h linux-2.6.22-uc0/include/asm-m68knommu/mcfdma.h
--- linux-2.6.22/include/asm-m68knommu/mcfdma.h 2007-07-12 15:21:55.000000000 +1000
+++ linux-2.6.22-uc0/include/asm-m68knommu/mcfdma.h 2007-07-12 15:23:58.000000000 +1000
@@ -133,7 +133,7 @@
#define MCFDMA_DIR_ASCEN 0x0800 /* Address Sequence Complete (Completion) interrupt enable */
#define MCFDMA_DIR_TEEN 0x0200 /* Transfer Error interrupt enable */
#define MCFDMA_DIR_TCEN 0x0100 /* Transfer Complete (a bus transfer, that is) interrupt enable */
-#define MCFDMA_DIR_INV 0x1000 /* Invalid Combination */
+#define MCFDMA_DIR_INV 0x0010 /* Invalid Combination */
#define MCFDMA_DIR_ASC 0x0008 /* Address Sequence Complete (DMA Completion) */
#define MCFDMA_DIR_TE 0x0002 /* Transfer Error */
#define MCFDMA_DIR_TC 0x0001 /* Transfer Complete */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-25 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25 12:07 [M68KNOMMU]: fix definition of MCFDMA_DIR_INV Greg Ungerer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox