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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux PCI]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux