projects
/
platform
/
core
/
system
/
pass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c808bc7
)
pass: Fix wrong format string
17/195117/1
accepted/tizen/unified/20181213.065307
submit/tizen/20181212.005204
author
Dongwoo Lee
<dwoo08.lee@samsung.com>
Tue, 11 Dec 2018 01:42:57 +0000
(10:42 +0900)
committer
Dongwoo Lee
<dwoo08.lee@samsung.com>
Tue, 11 Dec 2018 02:04:12 +0000
(11:04 +0900)
Change-Id: I5f58009a26e4a29dbf0031c67981961f5fa1fd91
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/pass/pass-cpuhp.c
patch
|
blob
|
history
diff --git
a/src/pass/pass-cpuhp.c
b/src/pass/pass-cpuhp.c
index dfc453638aceb4cb1c91a4dec39cd8b7476c7a7b..d659416e013c3bf14719fe8c7d3d05982e0dd9c0 100644
(file)
--- a/
src/pass/pass-cpuhp.c
+++ b/
src/pass/pass-cpuhp.c
@@
-289,7
+289,7
@@
static int cpuhp_governor_init(struct pass_resource *res)
struct pass_cpuhp *cpuhp = &res->cpuhp;
if (res->config_data.gov_timeout < 0) {
- _E("invalid timeout value [%
d
]!", res->config_data.gov_timeout);
+ _E("invalid timeout value [%
lf
]!", res->config_data.gov_timeout);
cpuhp_governor_update(res, PASS_OFF);
return -EINVAL;
}