diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-10-10 08:09:02 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-10-10 08:09:02 -0500 |
| commit | 057643f6c4751651ab640edb9b445cb3816edffc (patch) | |
| tree | 31ba8fd4a0a24d08474ba568a0fd0cfe34a3644e /hw/lsi53c895a.c | |
| parent | 9f047b8948f43dddb0ee2a391939999fab13eaf4 (diff) | |
| parent | ca8a277ccc911ce8501b1bc984a09f988379d8c3 (diff) | |
| download | focaccia-qemu-057643f6c4751651ab640edb9b445cb3816edffc.tar.gz focaccia-qemu-057643f6c4751651ab640edb9b445cb3816edffc.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'hw/lsi53c895a.c')
| -rw-r--r-- | hw/lsi53c895a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 75a03a74b9..e077ec07cc 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -697,7 +697,7 @@ static int lsi_queue_req(LSIState *s, SCSIRequest *req, uint32_t len) lsi_reselect(s, p); return 0; } else { - DPRINTF("Queueing IO tag=0x%x\n", tag); + DPRINTF("Queueing IO tag=0x%x\n", p->tag); p->pending = len; return 1; } |