commit | 8b50a7995770d41a2e8d9c422cd2882aca0dedd2 | [log] [tgz] |
---|---|---|
author | Lukasz Luba <lukasz.luba@arm.com> | Mon Mar 15 09:31:23 2021 +0000 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Thu Apr 08 13:14:45 2021 +0900 |
tree | 9b6462200080e5b209c9f8831c96b9065761c14f | |
parent | 75d1b0b6677054d9b3f0186d014daf461abca68c [diff] |
PM / devfreq: Unlock mutex and free devfreq struct in error path The devfreq->lock is held for time of setup. Release the lock in the error path, before jumping to the end of the function. Change the goto destination which frees the allocated memory. Cc: v5.9+ <stable@vger.kernel.org> # v5.9+ Fixes: 4dc3bab8687f ("PM / devfreq: Add support delayed timer for polling mode") Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>