From 6091d315885e099c0b76c65a86a7edb4fc2f51a4 Mon Sep 17 00:00:00 2001 From: Santiago Carot-Nemesio Date: Fri, 2 Dec 2011 11:56:35 +0100 Subject: [PATCH] hdp_manager: Fix coding style issues --- health/hdp_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/hdp_manager.c b/health/hdp_manager.c index 60ccf5523..b3c10a97a 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); -- 2.47.3