msm: ipa: use correct gfp flag when calling dma_alloc_coherent
ipa_tx_dp is assumed to be invoked from atomic context but the
allocation of DMA coherent memory was not specifying the GFP_ATOMIC
flag leading to a downstream BUG.
Change-Id: Iaf8f55723c33143ae560b65eee2134be32207e9a
Signed-off-by:
Ravi Gummadidala <rgummadi@codeaurora.org>
Loading
Please register or sign in to comment