mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 10:25:06 +00:00
dma/xlnx-zdma: Remove comment
Remove comment. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com> Message-id: 20200402134721.27863-2-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
174d2d6856
commit
12ba36d910
@ -511,7 +511,6 @@ static void zdma_process_descr(XlnxZDMA *s)
|
|||||||
zdma_src_done(s);
|
zdma_src_done(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Load next descriptor. */
|
|
||||||
if (ptype == PT_REG || src_cmd == CMD_STOP) {
|
if (ptype == PT_REG || src_cmd == CMD_STOP) {
|
||||||
ARRAY_FIELD_DP32(s->regs, ZDMA_CH_CTRL2, EN, 0);
|
ARRAY_FIELD_DP32(s->regs, ZDMA_CH_CTRL2, EN, 0);
|
||||||
zdma_set_state(s, DISABLED);
|
zdma_set_state(s, DISABLED);
|
||||||
|
Loading…
Reference in New Issue
Block a user