projects
/
platform
/
core
/
system
/
plugin
/
deviced-mobile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9046323
)
battery: Initialize update_ovp
19/301219/2
accepted/tizen/unified/20231122.172538
author
Yunhee Seo
<yuni.seo@samsung.com>
Fri, 10 Nov 2023 08:03:44 +0000
(17:03 +0900)
committer
Yunhee Seo
<yuni.seo@samsung.com>
Fri, 10 Nov 2023 08:16:10 +0000
(17:16 +0900)
There is no specific policy update_ovp for mobile.
It is initialized by NULL.
Change-Id: I621b1722e38396737d0fd7f81c5a4bdeb6accdc0
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/battery/battery.c
patch
|
blob
|
history
diff --git
a/src/battery/battery.c
b/src/battery/battery.c
index 76f3566057f8513ab0dc93b709eef9e2d55f7b60..c22e5ec4a3670688c88b0640038c19aa21359fc1 100644
(file)
--- a/
src/battery/battery.c
+++ b/
src/battery/battery.c
@@
-38,6
+38,7
@@
static int deviced_plugin_battery_init(void **data)
return -ENOMEM;
funcs->is_possible_to_notify_battery_full = is_possible_to_notify_battery_full;
+ funcs->update_health_ovp_state = NULL;
*data = (void *)funcs;