Message ID | 20200402134721.27863-2-edgar.iglesias@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dma/xlnx-zdma: Bug fixes | expand |
On Thu, Apr 2, 2020 at 6:49 AM Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote: > > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > Remove comment. > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > hw/dma/xlnx-zdma.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/dma/xlnx-zdma.c b/hw/dma/xlnx-zdma.c > index 2d9c0a0d5e..a6c5b2304a 100644 > --- a/hw/dma/xlnx-zdma.c > +++ b/hw/dma/xlnx-zdma.c > @@ -511,7 +511,6 @@ static void zdma_process_descr(XlnxZDMA *s) > zdma_src_done(s); > } > > - /* Load next descriptor. */ > if (ptype == PT_REG || src_cmd == CMD_STOP) { > ARRAY_FIELD_DP32(s->regs, ZDMA_CH_CTRL2, EN, 0); > zdma_set_state(s, DISABLED); > -- > 2.20.1 > >
On [2020 Apr 02] Thu 15:47:17, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > Remove comment. > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com> > --- > hw/dma/xlnx-zdma.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/dma/xlnx-zdma.c b/hw/dma/xlnx-zdma.c > index 2d9c0a0d5e..a6c5b2304a 100644 > --- a/hw/dma/xlnx-zdma.c > +++ b/hw/dma/xlnx-zdma.c > @@ -511,7 +511,6 @@ static void zdma_process_descr(XlnxZDMA *s) > zdma_src_done(s); > } > > - /* Load next descriptor. */ > if (ptype == PT_REG || src_cmd == CMD_STOP) { > ARRAY_FIELD_DP32(s->regs, ZDMA_CH_CTRL2, EN, 0); > zdma_set_state(s, DISABLED); > -- > 2.20.1 >
diff --git a/hw/dma/xlnx-zdma.c b/hw/dma/xlnx-zdma.c index 2d9c0a0d5e..a6c5b2304a 100644 --- a/hw/dma/xlnx-zdma.c +++ b/hw/dma/xlnx-zdma.c @@ -511,7 +511,6 @@ static void zdma_process_descr(XlnxZDMA *s) zdma_src_done(s); } - /* Load next descriptor. */ if (ptype == PT_REG || src_cmd == CMD_STOP) { ARRAY_FIELD_DP32(s->regs, ZDMA_CH_CTRL2, EN, 0); zdma_set_state(s, DISABLED);