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:
52db7e5
)
Fix build warning
43/230943/1
accepted/tizen/unified/20200422.123200
submit/tizen/20200421.052338
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:03:43 +0000
(16:03 +0900)
Change-Id: If34bd4b0461a4a8ccd78253a4a7c1df022c5538f
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
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) {