Fix the build warning 06/102606/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 6 Dec 2016 07:43:41 +0000 (16:43 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 6 Dec 2016 07:43:41 +0000 (16:43 +0900)
Change-Id: I79a973c63a57ce89e8adb4b7fa91bab755ac95c3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/bt-service-device.c

index 9f480bf..ef146ab 100644 (file)
@@ -3086,7 +3086,7 @@ int _bt_request_att_mtu(int request_id, bluetooth_device_address_t *device_addre
                                NULL,
                                (GAsyncReadyCallback)__bt_request_att_mtu_device_cb,
                                NULL);
-fail:
+
        return ret;
 }