linux-bluetooth.vger.kernel.org archive mirror
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).