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

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
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

git-net.patch
git-s390.patch
3w-raid-drivers-memset-not-needed-in-probe.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

-
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