The patch titled Subject: drivers-dma-coherent-add-initialization-from-device-tree-checkpatch-fixes has been removed from the -mm tree. Its filename was drivers-dma-coherent-add-initialization-from-device-tree-checkpatch-fixes.patch This patch was dropped because it was folded into drivers-dma-coherent-add-initialization-from-device-tree.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: drivers-dma-coherent-add-initialization-from-device-tree-checkpatch-fixes WARNING: line over 80 characters #130: FILE: drivers/base/dma-coherent.c:20: +static int dma_init_coherent_memory(phys_addr_t phys_addr, dma_addr_t device_addr, WARNING: Missing a blank line after declarations #320: FILE: drivers/base/dma-coherent.c:283: + struct dma_coherent_mem *mem = rmem->priv; + if (!mem && total: 0 errors, 2 warnings, 233 lines checked ./patches/drivers-dma-coherent-add-initialization-from-device-tree.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Grant Likely <grant.likely@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Cc: Josh Cartwright <joshc@xxxxxxxxxxxxxx> Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Cc: Laura Abbott <lauraa@xxxxxxxxxxxxxx> Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> Cc: Michal Nazarewicz <mina86@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/base/dma-coherent.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/base/dma-coherent.c~drivers-dma-coherent-add-initialization-from-device-tree-checkpatch-fixes drivers/base/dma-coherent.c --- a/drivers/base/dma-coherent.c~drivers-dma-coherent-add-initialization-from-device-tree-checkpatch-fixes +++ a/drivers/base/dma-coherent.c @@ -279,6 +279,7 @@ EXPORT_SYMBOL(dma_mmap_from_coherent); static int rmem_dma_device_init(struct reserved_mem *rmem, struct device *dev) { struct dma_coherent_mem *mem = rmem->priv; + if (!mem && dma_init_coherent_memory(rmem->base, rmem->base, rmem->size, DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-cma-fix-cma-bitmap-aligned-mask-computing-checkpatch-fixes.patch drivers-dma-coherent-add-initialization-from-device-tree.patch drivers-dma-contiguous-add-initialization-from-device-tree-fix-fix.patch mm-introduce-do_shared_fault-and-drop-do_fault-fix-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html