Skip to content

Commit

Permalink
dma/pl330: Delete overly verbose debug printf
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pete128 authored and pm215 committed Feb 26, 2014
1 parent eb0ecd5 commit 63a3190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/dma/pl330.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 63a3190

Please sign in to comment.