lsi: Fix tag reference in debug print

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Jan Kiszka
2011-10-05 09:19:05 +01:00
committed by Stefan Hajnoczi
parent f6c6106537
commit 4789bc39aa
+1 -1
View File
@@ -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;
}