From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> This makes code more readable and silence static analyzers which think that pipe and fd are close two times. --- android/android-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/android-tester.c b/android/android-tester.c index a448ab5..c14cc19 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -445,7 +445,7 @@ static void emulator(int pipe, int hci_index) close(pipe); close(fd); - bluetoothd_start(hci_index); + return bluetoothd_start(hci_index); failed: close(pipe); -- 1.8.3.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