3
0
Fork 0

galaxys2-common: Camera: Exit thread properly when focus fails

Change-Id: I7e0aff34ed5b1f727ce02a5a46351e4e9a1c1f4d
This commit is contained in:
Dominggoes Isakh 2016-09-23 18:10:38 +02:00 committed by Wolfgang Wiedmeyer
parent 37c8664812
commit c70556438d
1 changed files with 1 additions and 1 deletions

View File

@ -1719,7 +1719,7 @@ void *exynos_camera_auto_focus_thread(void *data)
rc = exynos_camera_params_apply(exynos_camera);
if (rc < 0) {
ALOGE("%s: Unable to apply params", __func__);
return -1;
goto thread_exit;
}
}