Tester setup result is set to pass after set to fail because of missing function return. This adds return from function after setting of setup result to fail. --- android/android-tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/android-tester.c b/android/android-tester.c index 9605c4d..618efde 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -2024,6 +2024,7 @@ static void setup_base(const void *test_data) if (status != BT_STATUS_SUCCESS) { data->if_bluetooth = NULL; tester_setup_failed(); + return; } tester_setup_complete(); -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html