From: Corey Minyard Date: Thu, 9 Nov 2006 01:44:52 +0000 (-0800) Subject: [PATCH] IPMI: Clean up the waiting message queue properly on unload X-Git-Tag: v2.6.19-rc6~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ce6a0ead8c557e9acdc733addd23cbc206c7e3;p=pandora-kernel.git [PATCH] IPMI: Clean up the waiting message queue properly on unload A wrong function was being used to free a list; this fixes the problem. Otherwise, an oops at unload time was possible. But not likely, since you can't have any users when you unload the modules and it is very hard to get messages into this queue without users. Signed-off-by: Corey Minyard Cc: Patrick Schoeller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed