diff options
| author | Vinod Koul <vkoul@kernel.org> | 2022-11-11 12:14:26 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2022-11-11 12:14:26 +0530 |
| commit | 3f134c9511d624ccbe6fa0c7c1e457c4ff89d94d (patch) | |
| tree | e5a9f9788b03b9963bb84e0d048fd7d11f34b974 /drivers/dma/stm32-mdma.c | |
| parent | 739153a6ae6891ff42ed9dbbd8e72dd99e6c8ba5 (diff) | |
| parent | c47e6403fa099f200868d6b106701cb42d181d2b (diff) | |
Merge branch 'fixes' into next
Merge due to at_hdmac driver dependency
Diffstat (limited to 'drivers/dma/stm32-mdma.c')
| -rw-r--r-- | drivers/dma/stm32-mdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/stm32-mdma.c b/drivers/dma/stm32-mdma.c index e28acbcb53f4..b9d4c843635f 100644 --- a/drivers/dma/stm32-mdma.c +++ b/drivers/dma/stm32-mdma.c @@ -1539,6 +1539,7 @@ static struct dma_chan *stm32_mdma_of_xlate(struct of_phandle_args *dma_spec, return NULL; } + memset(&config, 0, sizeof(config)); config.request = dma_spec->args[0]; config.priority_level = dma_spec->args[1]; config.transfer_config = dma_spec->args[2]; |
