projects
/
platform
/
core
/
system
/
feedbackd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f984bab
)
Fix build warning
44/230944/1
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20200417.152858
accepted/tizen/5.5/unified/wearable/hotfix/20201027.113627
submit/tizen_5.5/20200416.070629
submit/tizen_5.5_wearable_hotfix/20201026.184304
author
Youngjae Cho
<y0.cho@samsung.com>
Thu, 16 Apr 2020 07:03:43 +0000
(16:03 +0900)
committer
youngjae cho
<y0.cho@samsung.com>
Thu, 16 Apr 2020 07:05:56 +0000
(07:05 +0000)
Change-Id: If34bd4b0461a4a8ccd78253a4a7c1df022c5538f
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
c227f2b608c57193cbac916036281c0a6bb3e125
)
src/haptic/standard.c
patch
|
blob
|
history
diff --git
a/src/haptic/standard.c
b/src/haptic/standard.c
index
60b2a6d
..
c8bd450
100644
(file)
--- a/
src/haptic/standard.c
+++ b/
src/haptic/standard.c
@@
-520,7
+520,7
@@
static int stop_device(int device_handle)
if (r < 0)
_E("failed to stop effect(id:%d) : %d", info->effect.id, r);
else
- _I("Stop vibration by request. id(%d)", info->effect);
+ _I("Stop vibration by request. id(%d)", info->effect
.id
);
/* unregister existing timer */
if (r >= 0 && info->timer) {