Diff between 4ae6135d13a94f61a567a99f5a42bb3c81cb3605 and adb4d533d740c6fa4586e6fc27803c24caecb97b
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avctp.c | +2 | -3 | modified |
Full Patch
diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c
index 314dbfb..46c5485 100644
--- a/profiles/audio/avctp.c
+++ b/profiles/audio/avctp.c
@@ -812,9 +812,8 @@ static void browsing_response(struct avctp_channel *browsing,
if (p->transaction != avctp->transaction)
continue;
- if (req->func && req->func(browsing->session,
- operands, operand_count,
- req->user_data))
+ if (req->func && req->func(browsing->session, operands,
+ operand_count, req->user_data))
return;
browsing->processed = g_slist_remove(browsing->processed, p);