3
0
Fork 0

Add another success header

Change-Id: I3b293dedd14bd8a95d5f57b62b8e7330ea697304
This commit is contained in:
Espen Fjellvær Olsen 2013-02-23 18:15:50 +01:00 committed by Gerrit Code Review
parent a821e10253
commit 91ffef4747
1 changed files with 1 additions and 0 deletions

View File

@ -1605,6 +1605,7 @@ void *exynos_camera_auto_focus_thread(void *data)
case 0x5: // in progress
usleep(500);
break;
case 0x1: // success
case 0x2: // success
auto_focus_result = 1;
pthread_mutex_unlock(&exynos_camera->auto_focus_mutex);