Re: [RFC] android/gatt: Fix error status override

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andrei,

On Monday 09 of June 2014 11:26:16 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx>
> 
> ---
>  android/gatt.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/android/gatt.c b/android/gatt.c
> index 3fd88fa..7cf70a9 100644
> --- a/android/gatt.c
> +++ b/android/gatt.c
> @@ -1950,8 +1950,10 @@ static void handle_client_search_service(const void *buf, uint16_t len)
>  		if (s) {
>  			send_client_primary_notify(s, INT_TO_PTR(conn->id));
>  		} else {
> -			if (!search_dev_for_srvc(conn, &uuid))
> +			if (!search_dev_for_srvc(conn, &uuid)) {
>  				status = HAL_STATUS_FAILED;
> +				goto reply;
> +			}
>  
>  			status = HAL_STATUS_SUCCESS;
>  			goto reply;
> 

Patch applied, thanks.

-- 
Best regards, 
Szymon Janc
--
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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux