ipmi: Remove unneeded set_run_to_completion call
authorHidehiro Kawai <hidehiro.kawai.ez@hitachi.com>
Mon, 27 Jul 2015 05:55:16 +0000 (14:55 +0900)
committerCorey Minyard <cminyard@mvista.com>
Thu, 3 Sep 2015 20:02:27 +0000 (15:02 -0500)
commitb0868dd5c17c0d9cc8919e786db2e428aa225621
tree7b9f6c5f860e8ea23a17a07c8e20ada85e0a635b
parent81d02b7f8c507f06299476a0e5b2aa677c5eaecb
ipmi: Remove unneeded set_run_to_completion call

send_panic_events() calls intf->handlers->set_run_to_completion(),
but it has already been done in the caller function panic_event().
Remove it from send_panic_events().

Signed-off-by: Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c