All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android/log: Fix compilation error in AOSP
@ 2015-11-11 18:09 Andrzej Kaczmarek
  2015-11-12 10:17 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Kaczmarek @ 2015-11-11 18:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

btd_debug() has new parameter introduced in dcfdc556.
---
 android/log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/log.c b/android/log.c
index 8013eba..35917c6 100644
--- a/android/log.c
+++ b/android/log.c
@@ -139,7 +139,7 @@ void error(const char *format, ...)
 	va_end(ap);
 }
 
-void btd_debug(const char *format, ...)
+void btd_debug(uint16_t index, const char *format, ...)
 {
 	va_list ap;
 
-- 
2.6.2


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

* Re: [PATCH] android/log: Fix compilation error in AOSP
  2015-11-11 18:09 [PATCH] android/log: Fix compilation error in AOSP Andrzej Kaczmarek
@ 2015-11-12 10:17 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2015-11-12 10:17 UTC (permalink / raw)
  To: Andrzej Kaczmarek; +Cc: linux-bluetooth

Hi Andrzej,

On Wednesday 11 of November 2015 19:09:51 Andrzej Kaczmarek wrote:
> btd_debug() has new parameter introduced in dcfdc556.
> ---
>  android/log.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/android/log.c b/android/log.c
> index 8013eba..35917c6 100644
> --- a/android/log.c
> +++ b/android/log.c
> @@ -139,7 +139,7 @@ void error(const char *format, ...)
>  	va_end(ap);
>  }
> 
> -void btd_debug(const char *format, ...)
> +void btd_debug(uint16_t index, const char *format, ...)
>  {
>  	va_list ap;

Applied, thanks.

-- 
BR
Szymon Janc

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

end of thread, other threads:[~2015-11-12 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 18:09 [PATCH] android/log: Fix compilation error in AOSP Andrzej Kaczmarek
2015-11-12 10:17 ` 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.