Diff between 3021f18098c9d8761a47af8e7a17d1b963424d28 and cb377fa61d52588a8b1514a265c4e64104da55c6
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/a2dp.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 46f41a6..3c546d9 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -801,7 +801,7 @@ static gboolean suspend_ind(struct avdtp *session, struct avdtp_local_sep *sep,
if (start_err < 0 && start_err != -EINPROGRESS) {
error("avdtp_start: %s (%d)", strerror(-start_err),
-start_err);
- finalize_setup_errno(setup, start_err, finalize_resume);
+ finalize_setup_errno(setup, start_err, finalize_resume, NULL);
}
return TRUE;