From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBN9E-0002UQ-FD for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:48:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBN9C-000393-Eq for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:48:16 -0400 Received: from mtagate3.uk.ibm.com ([194.196.100.163]:53070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBN9C-00038u-6F for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:48:14 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p958mDiR024034 for ; Wed, 5 Oct 2011 08:48:13 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p958mClA2302118 for ; Wed, 5 Oct 2011 09:48:12 +0100 Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p958m8mk008620 for ; Wed, 5 Oct 2011 02:48:08 -0600 From: Stefan Hajnoczi Date: Wed, 5 Oct 2011 09:47:56 +0100 Message-Id: <1317804479-5876-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1317804479-5876-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1317804479-5876-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 4/7] lsi: Fix tag reference in debug print List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Anthony Liguori , Stefan Hajnoczi From: Jan Kiszka Signed-off-by: Jan Kiszka Signed-off-by: Stefan Hajnoczi --- hw/lsi53c895a.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 75a03a7..e077ec0 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; } -- 1.7.6.3