commit | a5e1923356505e46476c2fb518559b7a4d9d25b1 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Jan 11 11:12:55 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 22 16:55:38 2018 +0100 |
tree | 99c8457d4e34c65931aa38d13bb41b1121d9d88b | |
parent | 76f8ab1bd1cb0be3233ab07790c3108d986aeabf [diff] |
test_firmware: fix missing unlock on error in config_num_requests_store() Add the missing unlock before return from function config_num_requests_store() in the error handling case. Fixes: c92316bf8e94 ("test_firmware: add batched firmware tests") Cc: stable <stable@vger.kernel.org> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>