projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270a4b6
)
hw/dma/omap: spelling fix: endianness
author
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 13 Jun 2016 09:40:25 +0000
(12:40 +0300)
committer
Michael Tokarev
<mjt@gandalf>
Tue, 13 Sep 2016 15:12:34 +0000
(18:12 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/dma/omap_dma.c
patch
|
blob
|
history
diff --git
a/hw/dma/omap_dma.c
b/hw/dma/omap_dma.c
index 700cd6b43e9a490ade971277e83e0ae90808a5e9..f6f86f96391097a6ee40a731f807b2a6cef626ad 100644
(file)
--- a/
hw/dma/omap_dma.c
+++ b/
hw/dma/omap_dma.c
@@
-1975,7
+1975,7
@@
static void omap_dma4_write(void *opaque, hwaddr addr,
ch->endian[1] =(value >> 19) & 1;
ch->endian_lock[1] =(value >> 18) & 1;
if (ch->endian[0] != ch->endian[1])
- fprintf(stderr, "%s: DMA endiannes conversion enable attempt\n",
+ fprintf(stderr, "%s: DMA endiannes
s
conversion enable attempt\n",
__FUNCTION__);
ch->write_mode = (value >> 16) & 3;
ch->burst[1] = (value & 0xc000) >> 14;