Diff between ab55d3467d4f2f0ee52737fb562656b53b9d4692 and 6091d315885e099c0b76c65a86a7edb4fc2f51a4
Changed Files
| File | Additions | Deletions | Status |
| health/hdp_manager.c | +1 | -1 | modified |
Full Patch
diff --git a/health/hdp_manager.c b/health/hdp_manager.c
index 60ccf55..b3c10a9 100644
--- a/health/hdp_manager.c
+++ b/health/hdp_manager.c
@@ -76,7 +76,7 @@ static struct btd_device_driver hdp_device_driver = {
int hdp_manager_init(DBusConnection *conn)
{
- if (hdp_manager_start(conn))
+ if (hdp_manager_start(conn) < 0)
return -1;
connection = dbus_connection_ref(conn);