From: Corey Minyard Date: Wed, 20 May 2009 18:36:17 +0000 (-0500) Subject: ipmi: fix ipmi_si modprobe hang X-Git-Tag: v2.6.30-rc7~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a2845c453d170e4e9b1437fa671dbf39b0e7bd8;p=pandora-kernel.git ipmi: fix ipmi_si modprobe hang Instead of queuing IPMB messages before channel initialization, just throw them away. Nobody will be listening for them at this point, anyway, and they will clog up the queue and nothing will be delivered if we queue them. Also set the current channel to the number of channels, as this value is used to tell if the channel information has been initialized. Signed-off-by: Corey Minyard Cc: Ferenc Wagner Cc: Dan Frazier Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed