commit | a3ade38d5a8b101eed7b8ebfd427534404943b8a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Oct 13 17:17:00 2018 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 17 09:25:38 2018 +0200 |
tree | bd230a86a08fa5af1743afe1fccff28549875584 | |
parent | da5e79bc70b84971d2b3a55fb252e34e51d81d48 [diff] |
cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent() The DMA API does its own zone decisions based on the coherent_dma_mask. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>