commit | e8b0c32eae319e287d0329b4148c9a1a51525053 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabinv@axis.com> | Mon Feb 29 16:22:32 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 02 14:57:15 2016 -0500 |
tree | 051b9d5f8bddd0acc3801801a852f8e991dfca61 | |
parent | d4dc35f26e1017e2a632339ecae43706cbc06986 [diff] |
dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent() Since we are in non-atomic context here we can pass GFP_KERNEL to dma_alloc_coherent(). This enables use of the CMA. Signed-off-by: Rabin Vincent <rabinv@axis.com> Signed-off-by: Lars Persson <larper@axis.com> Signed-off-by: David S. Miller <davem@davemloft.net>