From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIioi-0000m1-Tr for qemu-devel@nongnu.org; Wed, 26 Feb 2014 13:02:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIioh-0007KX-U9 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 13:02:48 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:46191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIioh-0007Eu-Nw for qemu-devel@nongnu.org; Wed, 26 Feb 2014 13:02:47 -0500 From: Peter Maydell Date: Wed, 26 Feb 2014 18:02:29 +0000 Message-Id: <1393437755-23586-40-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1393437755-23586-1-git-send-email-peter.maydell@linaro.org> References: <1393437755-23586-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 39/45] dma/pl330: Delete overly verbose debug printf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , qemu-devel@nongnu.org, Aurelien Jarno From: Peter Crosthwaite When using event synchronisation, this particular debug printf floods. Just delete it. Signed-off-by: Peter Crosthwaite Reviewed-by: Peter Maydell Message-id: dd94d19493f97c47497b9d8caf74ca43e70d58fd.1393372019.git.peter.crosthwaite@xilinx.com Signed-off-by: Peter Maydell --- hw/dma/pl330.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c index 401399d..68adf39 100644 --- a/hw/dma/pl330.c +++ b/hw/dma/pl330.c @@ -1108,7 +1108,6 @@ static int pl330_chan_exec(PL330Chan *ch) ch->state != pl330_chan_waiting_periph && ch->state != pl330_chan_at_barrier && ch->state != pl330_chan_waiting_event) { - DB_PRINT("%d\n", ch->state); return 0; } ch->stall = 0; -- 1.9.0