Re: [PATCH] dmaengine: pl330: Typecast with enum to fix the coverity warning

From: Harini Katakam
Date: Tue Sep 14 2021 - 04:09:31 EST


Hi Vinod,

<snip>
> > pch->cyclic = true;
> > - desc->txd.flags = flags;
> > + desc->txd.flags = (enum dma_ctrl_flags)flags;
>
> Does this driver use the txd.flags?

Sorry for the delayed response. This flag is not used and I'm working
on another patch to remove it.

Regards,
Harini