From b874b985c816c74a9bda04082f18db88dcbc808a Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Thu, 6 Nov 2014 17:01:59 -0600 Subject: [PATCH] ipmi: Remove the now unnecessary message queue A message queue was added to the message handler, so the SMI interfaces only need to handle one message at a time. Pull out the message queue. This also leads to some significant simplification in the shutdown of an interface, since the message handler now does a lot of the cleanup. Signed-off-by: Corey Minyard --- Reading git-format-patch failed