| Submitter | Peter Crosthwaite |
|---|---|
| Date | Oct. 26, 2012, 6:10 a.m. |
| Message ID | <7f011a84c5f76d90e8b292534bca9553ef77a467.1351231433.git.peter.crosthwaite@xilinx.com> |
| Download | mbox | patch |
| Permalink | /patch/194375/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index d30d43c..7d040b5 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflash_cfi01.c @@ -182,7 +182,8 @@ static uint32_t pflash_read (pflash_t *pfl, hwaddr offset, DPRINTF("%s: Device ID Code %04x\n", __func__, ret); break; default: - DPRINTF("%s: Read Device Information boff=%x\n", __func__, boff); + DPRINTF("%s: Read Device Information boff=%x\n", __func__, + (unsigned)boff); ret = 0; break; }