diff options
author | James Morris <james.morris@microsoft.com> | 2018-05-01 11:02:34 -0700 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-05-01 11:02:34 -0700 |
commit | b3859ee18ed287170b66b19a78191f7312ec3470 (patch) | |
tree | c52550132fdf6802b159531498bde8dcfbd26180 /drivers/base/dma-coherent.c | |
parent | b393a707c84bb56a7800c93849fd8b492f76ba42 (diff) | |
parent | 6da6c0db5316275015e8cc2959f12a17584aeb64 (diff) | |
download | linux-b3859ee18ed287170b66b19a78191f7312ec3470.tar.gz |
Merge tag 'v4.17-rc3' into next-general
Merge to Linux v4.17-rc3 which has stability bugfix.
Diffstat (limited to 'drivers/base/dma-coherent.c')
-rw-r--r-- | drivers/base/dma-coherent.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/base/dma-coherent.c b/drivers/base/dma-coherent.c index 1e6396bb807b..597d40893862 100644 --- a/drivers/base/dma-coherent.c +++ b/drivers/base/dma-coherent.c @@ -312,8 +312,9 @@ static int __dma_mmap_from_coherent(struct dma_coherent_mem *mem, * This checks whether the memory was allocated from the per-device * coherent memory pool and if so, maps that memory to the provided vma. * - * Returns 1 if we correctly mapped the memory, or 0 if the caller should - * proceed with mapping memory from generic pools. + * Returns 1 if @vaddr belongs to the device coherent pool and the caller + * should return @ret, or 0 if they should proceed with mapping memory from + * generic areas. */ int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, void *vaddr, size_t size, int *ret) |