[Title] fixed a build error
authorjinhyung.jo <jinhyung.jo@samsung.com>
Tue, 4 Sep 2012 06:22:38 +0000 (15:22 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Tue, 4 Sep 2012 06:22:38 +0000 (15:22 +0900)
[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

index 3646f66cdcac536213c9d2f1a1c188419018218c..d11055209c96f14e8523eafa4b633b352ee8414a 100644 (file)
@@ -426,7 +426,7 @@ void marucam_device_start_preview(MaruCamState* state)
     qemu_mutex_unlock(&state->thread_mutex);\r
 \r
     /* nanosleep until thread is streamon  */\r
-    while (!is_stream_on(state))\r
+    while (!is_streamon(state))\r
         nanosleep(&req, NULL);\r
 }\r
 \r