From: Michal Kazior Date: Fri, 28 Mar 2014 08:02:35 +0000 (+0200) Subject: ath10k: convert pci_alloc_consistent() to dma_alloc_coherent() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~53^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c03249f388aafe74f0e87e2743294d4384c00c;p=pandora-kernel.git 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 Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed