mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-05 07:34:34 +00:00
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:
parent
f6c6106537
commit
4789bc39aa
@ -697,7 +697,7 @@ static int lsi_queue_req(LSIState *s, SCSIRequest *req, uint32_t len)
|
|||||||
lsi_reselect(s, p);
|
lsi_reselect(s, p);
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
DPRINTF("Queueing IO tag=0x%x\n", tag);
|
DPRINTF("Queueing IO tag=0x%x\n", p->tag);
|
||||||
p->pending = len;
|
p->pending = len;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user