> }; > > @@ -474,6 +481,7 @@ xilinx_vdma_alloc_tx_segment(struct xilinx_dma_chan > *chan) > if (!segment) > return NULL; > > + memset(segment, 0, sizeof(*segment)); Unrelated change will fix in v2... > segment->phys = phys; > > return segment; -- 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