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)) Regards David Binderman -- 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