projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb9f24
)
pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)
author
Stefan Weil
<weil@mail.berlios.de>
Sun, 22 May 2011 12:02:39 +0000
(14:02 +0200)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Sun, 29 May 2011 10:58:28 +0000
(11:58 +0100)
Thanks to Tobias Hoffmann <th55@gmx.de> for this patch.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/pflash_cfi02.c
patch
|
blob
|
history
diff --git
a/hw/pflash_cfi02.c
b/hw/pflash_cfi02.c
index 8fdafe6a6266fc45e1d164a18a9e6fd6599fb598..725cd1e78cc1d874555f1561339292ee8e2adfcc 100644
(file)
--- a/
hw/pflash_cfi02.c
+++ b/
hw/pflash_cfi02.c
@@
-188,7
+188,7
@@
static uint32_t pflash_read (pflash_t *pfl, target_phys_addr_t offset,
default:
goto flash_read;
}
- DPRINTF("%s: ID " TARGET_FMT_pl
d
" %x\n", __func__, boff, ret);
+ DPRINTF("%s: ID " TARGET_FMT_pl
x
" %x\n", __func__, boff, ret);
break;
case 0xA0:
case 0x10: