From 0ac390e3bb971ac32030c804090f1d575f02c7e3 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 6 Nov 2014 14:55:07 +0200 Subject: [PATCH] android/handsfree: Fix cut and paste typo --- android/hal-handsfree.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/hal-handsfree.c b/android/hal-handsfree.c index 2834c8051..8b644f319 100644 --- a/android/hal-handsfree.c +++ b/android/hal-handsfree.c @@ -466,8 +466,6 @@ static bt_status_t stop_voice_recognition_real(bt_bdaddr_t *bd_addr) if (bd_addr) memcpy(cmd.bdaddr, bd_addr, sizeof(cmd.bdaddr)); - memcpy(cmd.bdaddr, bd_addr, sizeof(cmd.bdaddr)); - return hal_ipc_cmd(HAL_SERVICE_ID_HANDSFREE, HAL_OP_HANDSFREE_STOP_VR, sizeof(cmd), &cmd, NULL, NULL, NULL); } -- 2.47.3