aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2014-11-07 07:57:31 -0600
committerCorey Minyard <cminyard@mvista.com>2014-12-11 15:04:11 -0600
commit99ab32f3b5d705be562b8c4d9dca7c1ae3dc2cdf (patch)
tree3577b74fa4a0f45cb9db83bfb0a02eb1d12e5349 /drivers/char/ipmi/ipmi_si_intf.c
parentipmi: Remove the now unnecessary message queue (diff)
downloadlinux-dev-99ab32f3b5d705be562b8c4d9dca7c1ae3dc2cdf.tar.xz
linux-dev-99ab32f3b5d705be562b8c4d9dca7c1ae3dc2cdf.zip
ipmi: Remove the now unused priority from SMI sender
Since the queue was moved into the message handler, the priority field is now irrelevant. Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/ipmi_si_intf.c')
-rw-r--r--drivers/char/ipmi/ipmi_si_intf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
index d31a7fce2260..4f11301a0c42 100644
--- a/drivers/char/ipmi/ipmi_si_intf.c
+++ b/drivers/char/ipmi/ipmi_si_intf.c
@@ -892,8 +892,7 @@ static void check_start_timer_thread(struct smi_info *smi_info)
}
static void sender(void *send_info,
- struct ipmi_smi_msg *msg,
- int priority)
+ struct ipmi_smi_msg *msg)
{
struct smi_info *smi_info = send_info;
enum si_sm_result result;