We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b9e97 commit edc530fCopy full SHA for edc530f
drivers/dma/imx-dma.c
@@ -883,7 +883,7 @@ static struct dma_async_tx_descriptor *imxdma_prep_dma_cyclic(
883
kfree(imxdmac->sg_list);
884
885
imxdmac->sg_list = kcalloc(periods + 1,
886
- sizeof(struct scatterlist), GFP_KERNEL);
+ sizeof(struct scatterlist), GFP_ATOMIC);
887
if (!imxdmac->sg_list)
888
return NULL;
889
0 commit comments