commit | 0cfec916e86d881e209de4b4ae9959a6271e6660 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Sat Sep 05 17:44:13 2015 -0500 |
committer | Corey Minyard <cminyard@mvista.com> | Sun Nov 15 21:08:26 2015 -0600 |
tree | 21a292cfb92d2f5ad90daa5e0459bf9668c8a2b2 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
ipmi: Start the timer and thread on internal msgs The timer and thread were not being started for internal messages, so in interrupt mode if something hung the timer would never go off and clean things up. Factor out the internal message sending and start the timer for those messages, too. Signed-off-by: Corey Minyard <cminyard@mvista.com> Tested-by: Gouji, Masayuki <gouji.masayuki@jp.fujitsu.com> Cc: stable@vger.kernel.org