diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2014-02-26 17:20:07 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-02-26 17:20:07 +0000 |
commit | 63a31905cbce5e7c2503dd22bf5977636df271e5 (patch) | |
tree | e2b4a70c65c5380f4d83231cacc5b292a64f5805 /hw/dma/pl330.c | |
parent | eb0ecd5ad908b72dfe4fadf84272616b2de101d1 (diff) | |
download | qemu-63a31905cbce5e7c2503dd22bf5977636df271e5.tar.gz qemu-63a31905cbce5e7c2503dd22bf5977636df271e5.tar.bz2 qemu-63a31905cbce5e7c2503dd22bf5977636df271e5.zip |
dma/pl330: Delete overly verbose debug printf
When using event synchronisation, this particular debug printf floods.
Just delete it.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: dd94d19493f97c47497b9d8caf74ca43e70d58fd.1393372019.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/dma/pl330.c')
-rw-r--r-- | hw/dma/pl330.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c index 401399d330..68adf39e33 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; |