Add the missing unlock before return from function etnaviv_gpu_submit()
in the error handling case.
lst: fixed label name.
Fixes: f3cd1b064f11 ("drm/etnaviv: (re-)protect fence allocation with
GPU mutex")
CC: stable@vger.kernel.org #4.9+
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
if (!fence) {
event_free(gpu, event);
ret = -ENOMEM;
if (!fence) {
event_free(gpu, event);
ret = -ENOMEM;
}
gpu->event[event].fence = fence;
}
gpu->event[event].fence = fence;
hangcheck_timer_reset(gpu);
ret = 0;
hangcheck_timer_reset(gpu);
ret = 0;
mutex_unlock(&gpu->lock);
out_pm_put:
mutex_unlock(&gpu->lock);
out_pm_put: