Diff between 9a7323f11101a03ad166715e51e42b5e55c952b3 and 45bfe0e3b2ee13074d74ce2cc1e47ba988a55115

Changed Files

File Additions Deletions Status
android/health.c +1 -1 modified

Full Patch

diff --git a/android/health.c b/android/health.c
index abf01b4..fb2a1e3 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1949,7 +1949,7 @@ static void bt_health_connect_channel(const void *buf, uint16_t len)
 			goto fail;
 
 		/* create mdl if it does not exists */
-		if (!channel->mdl && !create_mdl(channel) < 0)
+		if (!channel->mdl && !create_mdl(channel))
 			goto fail;
 
 		/* reconnect mdl if it exists */