From c5269e43ae6400bae77d00c619c58bb81aff408a Mon Sep 17 00:00:00 2001 From: "jinhyung.jo" Date: Tue, 4 Sep 2012 15:22:38 +0900 Subject: [PATCH] [Title] fixed a build error [Type] bugfix [Module] Emualtor tools [Priority] Critical [CQ#] [Redmine#] [Problem] error occurs while build the project [Cause] symolname mismatch [Solution] [TestCase] --- tizen/src/hw/maru_camera_linux_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/hw/maru_camera_linux_pci.c b/tizen/src/hw/maru_camera_linux_pci.c index 3646f66cdc..d11055209c 100644 --- a/tizen/src/hw/maru_camera_linux_pci.c +++ b/tizen/src/hw/maru_camera_linux_pci.c @@ -426,7 +426,7 @@ void marucam_device_start_preview(MaruCamState* state) qemu_mutex_unlock(&state->thread_mutex); /* nanosleep until thread is streamon */ - while (!is_stream_on(state)) + while (!is_streamon(state)) nanosleep(&req, NULL); } -- 2.34.1