The patch titled Subject: drivers-dma-contiguous-add-initialization-from-device-tree-fix-fix has been removed from the -mm tree. Its filename was drivers-dma-contiguous-add-initialization-from-device-tree-fix-fix.patch This patch was dropped because it was folded into drivers-dma-contiguous-add-initialization-from-device-tree.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: drivers-dma-contiguous-add-initialization-from-device-tree-fix-fix Cc: Michal Nazarewicz <mina86@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/base/dma-contiguous.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/base/dma-contiguous.c~drivers-dma-contiguous-add-initialization-from-device-tree-fix-fix drivers/base/dma-contiguous.c --- a/drivers/base/dma-contiguous.c~drivers-dma-contiguous-add-initialization-from-device-tree-fix-fix +++ a/drivers/base/dma-contiguous.c @@ -226,7 +226,6 @@ bool dma_release_from_contiguous(struct static void rmem_cma_device_init(struct reserved_mem *rmem, struct device *dev) { dev_set_cma_area(dev, rmem->priv); - return 0; } static void rmem_cma_device_release(struct reserved_mem *rmem, _ 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.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