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>
master
Jan Kiszka 2011-09-26 11:30:49 +02:00 committed by Stefan Hajnoczi
parent f6c6106537
commit 4789bc39aa
1 changed files with 1 additions and 1 deletions

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;
}