The patch titled
drivers/dma/iop-adma.c: use LIST_HEAD instead of LIST_HEAD_INIT
has been removed from the -mm tree. Its filename was
drivers-dma-iop-admac-use-list_head-instead-of-list_head_init.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: drivers/dma/iop-adma.c: use LIST_HEAD instead of LIST_HEAD_INIT
From: Denis Cheng <[EMAIL PROTECTED]>
Signed-off-by: Denis Cheng <[EMAIL PROTECTED]>
Cc: "Williams, Dan J" <[EMAIL PROTECTED]>
Cc: Shannon Nelson <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/dma/iop-adma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/dma/iop-adma.c~drivers-dma-iop-admac-use-list_head-instead-of-list_head_init
drivers/dma/iop-adma.c
---
a/drivers/dma/iop-adma.c~drivers-dma-iop-admac-use-list_head-instead-of-list_head_init
+++ a/drivers/dma/iop-adma.c
@@ -284,7 +284,7 @@ iop_adma_alloc_slots(struct iop_adma_cha
int slots_per_op)
{
struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL;
- struct list_head chain = LIST_HEAD_INIT(chain);
+ LIST_HEAD(chain);
int slots_found, retry = 0;
/* start search from the last allocated descrtiptor
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-md-accel.patch
git-net.patch
git-s390.patch
3w-raid-drivers-memset-not-needed-in-probe.patch
drivers-scsi-iprc-use-list_head-instead-of-list_head_init.patch
git-cryptodev.patch
drivers-char-use-list_head-instead-of-list_head_init.patch
drivers-char-ipmi-ipmi_msghandlerc-use-list_head-instead-of-list_head_init.patch
fs-reiserfs-xattrc-use-list_head-instead-of-list_head_init.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html