projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25930d
)
[Title] fixed a build error
author
jinhyung.jo
<jinhyung.jo@samsung.com>
Tue, 4 Sep 2012 06:22:38 +0000
(15:22 +0900)
committer
jinhyung.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
patch
|
blob
|
history
diff --git
a/tizen/src/hw/maru_camera_linux_pci.c
b/tizen/src/hw/maru_camera_linux_pci.c
index 3646f66cdcac536213c9d2f1a1c188419018218c..d11055209c96f14e8523eafa4b633b352ee8414a 100644
(file)
--- 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);
\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