On Tue, Sep 01, 2015 at 07:28:55PM +0000, David Binderman wrote: > Hello there, > > [linux-4.2/drivers/dma/edma.c:729]: (style) Redundant condition: edesc. '!edesc || (edesc && !edesc.cyclic)' is equivalent to '!edesc || !edesc.cyclic' > > Source code is > > if (!edesc || (edesc && !edesc->cyclic)) Please send a patch > > Regards > > David Binderman > > -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html