Fix PMQOS dbus initialization error 10/229210/2
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 30 Mar 2020 09:18:03 +0000 (18:18 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 31 Mar 2020 03:26:51 +0000 (03:26 +0000)
commit38f348f94ebc59c1660635840952a11c427d7118
tree2d135689b04655ade206da7f4d20c337ebbf50e2
parent6deec1de1af5c58ee2072a78db314bfde4b2f82b
Fix PMQOS dbus initialization error

Move dbus_handle_add_dbus_object() from booting_done() to pmqos_init().
As booting_done is called twice, dbus_handle_add_dbus_object() is called
twice too, and it causes error.
E/DEVICED (  336): pmqos.c: booting_done(471) > Failed to init dbus method: -1

Change-Id: I5c91a5b1e8725d79f7bcec6d23b23013f8184687
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/cpu/pmqos.c