On Wed, Apr 08, 2020 at 10:43:00PM +0300, Grygorii Strashko wrote:Yeah. Sorry and thank you.
+static const char *type2name[5] = {
+ [dma_debug_single] = "single",
+ [dma_debug_sg] = "scather-gather",
+ [dma_debug_coherent] = "coherent",
+ [dma_debug_resource] = "resource",
+};
We actually only have 4, not 5 elements now (and don't really
need the sizing anyway). But I can fix that when applying, thanks!