[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 1/5] dma/xlnx-zdma: Remove comment
From: |
Alistair Francis |
Subject: |
Re: [PATCH v1 1/5] dma/xlnx-zdma: Remove comment |
Date: |
Thu, 2 Apr 2020 09:57:46 -0700 |
On Thu, Apr 2, 2020 at 6:49 AM Edgar E. Iglesias
<address@hidden> wrote:
>
> From: "Edgar E. Iglesias" <address@hidden>
>
> Remove comment.
>
> Signed-off-by: Edgar E. Iglesias <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
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
>
>