The patch titled
     drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of 
LIST_HEAD_INIT
has been removed from the -mm tree.  Its filename was
     
drivers-char-ipmi-ipmi_msghandlerc-use-list_head-instead-of-list_head_init.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of 
LIST_HEAD_INIT
From: Denis Cheng <[EMAIL PROTECTED]>

Signed-off-by: Denis Cheng <[EMAIL PROTECTED]>
Cc: Corey Minyard <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/char/ipmi/ipmi_msghandler.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/char/ipmi/ipmi_msghandler.c~drivers-char-ipmi-ipmi_msghandlerc-use-list_head-instead-of-list_head_init
 drivers/char/ipmi/ipmi_msghandler.c
--- 
a/drivers/char/ipmi/ipmi_msghandler.c~drivers-char-ipmi-ipmi_msghandlerc-use-list_head-instead-of-list_head_init
+++ a/drivers/char/ipmi/ipmi_msghandler.c
@@ -441,7 +441,7 @@ struct watcher_entry {
 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher)
 {
        ipmi_smi_t intf;
-       struct list_head to_deliver = LIST_HEAD_INIT(to_deliver);
+       LIST_HEAD(to_deliver);
        struct watcher_entry *e, *e2;
 
        mutex_lock(&smi_watchers_mutex);
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
3w-raid-drivers-memset-not-needed-in-probe.patch
git-xfs.patch
fs-char_devc-chrdev_open-marked-static-and-removed-from-fsh.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

Reply via email to