commit | 68c03249f388aafe74f0e87e2743294d4384c00c | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Fri Mar 28 10:02:35 2014 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri Mar 28 14:32:01 2014 +0200 |
tree | 2c85edaa02f4ae855d873da75f0ad56f7d277205 | |
parent | c508671dd589e75c0d5092a0a3c15d0375d3ce48 [diff] |
ath10k: convert pci_alloc_consistent() to dma_alloc_coherent() This allows to use GFP_KERNEL allocation. This should decrease chance of allocation failure, e.g. during firmware recovery. Reported-By: Avery Pennarun <apenwarr@gmail.com> Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>