Hello there, [linux-4.2-next-20150911/drivers/dma/zx296702_dma.c:444]: (warning) memset() called to fill 0 bytes of 'ds'. Source code is memset(ds->desc_hw, sizeof(struct zx_desc_hw) * num, 0); Maybe memset(ds->desc_hw, 0, sizeof(struct zx_desc_hw) * num); 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