From: Stefan Weil Date: Sun, 22 May 2011 12:02:39 +0000 (+0200) Subject: pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx) X-Git-Tag: v0.15.0-rc0~235^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b9055c3ccafae4624f9caca8aad9305f8b2be8c3;p=qemu-xen-4.2-testing.git pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx) Thanks to Tobias Hoffmann for this patch. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/pflash_cfi02.c b/hw/pflash_cfi02.c index 8fdafe6a6..725cd1e78 100644 --- 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_pld " %x\n", __func__, boff, ret); + DPRINTF("%s: ID " TARGET_FMT_plx " %x\n", __func__, boff, ret); break; case 0xA0: case 0x10: