commit | 4495ec6d770e1bca7a04e93ac453ab6720c56c5d | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Fri Jun 30 07:18:08 2017 -0500 |
committer | Corey Minyard <cminyard@mvista.com> | Fri Jun 30 07:18:08 2017 -0500 |
tree | ac17ad2bded1808cc9a5eed5680b5266b8f7d54d | |
parent | 1e7a75f74a193f92eb9e5da20d1fb1b388241631 [diff] |
ipmi:ssif: Add missing unlock in error branch When getting flags, a response to a different message would result in a deadlock because of a missing unlock. Add that unlock and a comment. Found by static analysis. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Cc: stable@vger.kernel.org # 3.19 Signed-off-by: Corey Minyard <cminyard@mvista.com>