All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android/hal-handsfree: trivial remove empty line
@ 2014-11-17 21:36 Andrei Emeltchenko
  2014-11-18 22:19 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2014-11-17 21:36 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

---
 android/hal-handsfree-client.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/android/hal-handsfree-client.c b/android/hal-handsfree-client.c
index a152cab..63a8f1d 100644
--- a/android/hal-handsfree-client.c
+++ b/android/hal-handsfree-client.c
@@ -357,7 +357,6 @@ static bt_status_t init(bthf_client_callbacks_t *callbacks)
 
 	ret = hal_ipc_cmd(HAL_SERVICE_ID_CORE, HAL_OP_REGISTER_MODULE,
 					sizeof(cmd), &cmd, NULL, NULL, NULL);
-
 	if (ret != BT_STATUS_SUCCESS) {
 		cbs = NULL;
 		hal_ipc_unregister(HAL_SERVICE_ID_HANDSFREE_CLIENT);
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] android/hal-handsfree: trivial remove empty line
  2014-11-17 21:36 [PATCH] android/hal-handsfree: trivial remove empty line Andrei Emeltchenko
@ 2014-11-18 22:19 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-11-18 22:19 UTC (permalink / raw)
  To: Andrei Emeltchenko; +Cc: linux-bluetooth

Hi Andrei,

On Monday 17 of November 2014 23:36:06 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
> 
> ---
>  android/hal-handsfree-client.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/android/hal-handsfree-client.c b/android/hal-handsfree-client.c
> index a152cab..63a8f1d 100644
> --- a/android/hal-handsfree-client.c
> +++ b/android/hal-handsfree-client.c
> @@ -357,7 +357,6 @@ static bt_status_t init(bthf_client_callbacks_t
> *callbacks)
> 
>  	ret = hal_ipc_cmd(HAL_SERVICE_ID_CORE, HAL_OP_REGISTER_MODULE,
>  					sizeof(cmd), &cmd, NULL, NULL, NULL);
> -
>  	if (ret != BT_STATUS_SUCCESS) {
>  		cbs = NULL;
>  		hal_ipc_unregister(HAL_SERVICE_ID_HANDSFREE_CLIENT);

Applied, thanks.

-- 
BR
Szymon Janc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-18 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-17 21:36 [PATCH] android/hal-handsfree: trivial remove empty line Andrei Emeltchenko
2014-11-18 22:19 ` Szymon Janc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.