mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 23:22:12 -06:00
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>
This commit is contained in:
parent
eb0ecd5ad9
commit
63a31905cb
1 changed files with 0 additions and 1 deletions
|
@ -1108,7 +1108,6 @@ static int pl330_chan_exec(PL330Chan *ch)
|
||||||
ch->state != pl330_chan_waiting_periph &&
|
ch->state != pl330_chan_waiting_periph &&
|
||||||
ch->state != pl330_chan_at_barrier &&
|
ch->state != pl330_chan_at_barrier &&
|
||||||
ch->state != pl330_chan_waiting_event) {
|
ch->state != pl330_chan_waiting_event) {
|
||||||
DB_PRINT("%d\n", ch->state);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
ch->stall = 0;
|
ch->stall = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue