commit | 3edaded89649d042ef4060cecc42f5599f3054b6 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Feb 16 01:48:09 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 17 15:51:46 2019 -0800 |
tree | 182b39e81213c016cabdd03e913de1dbd8cfe220 | |
parent | aaeb1dea514a47e25b4dc05deb54fc4dc538d1d5 [diff] |
net: sgi: use GFP_ATOMIC under spin lock The function meth_init_tx_ring() is called from meth_tx_timeout(), in which spin_lock is held, so we should use GFP_ATOMIC instead. Fixes: 8d4c28fbc284 ("meth: pass struct device to DMA API functions") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>