From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> finalize_discovery actually expect positive codes since it passes to avdtp_error_init. --- profiles/audio/avdtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index 78e7b4d..4f663d4 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -3481,7 +3481,7 @@ int avdtp_abort(struct avdtp *session, struct avdtp_stream *stream) if (!stream && session->discover) { /* Don't call cb since it being aborted */ session->discover->cb = NULL; - finalize_discovery(session, -ECANCELED); + finalize_discovery(session, ECANCELED); return -EALREADY; } -- 2.5.0 -- 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