Diff between 8bb8aa512c8cada232743d6902723827516d5376 and c6db4fa7518364483c609355dfa72364ba18ab58
Changed Files
| File | Additions | Deletions | Status |
| audio/avctp.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/avctp.c b/audio/avctp.c
index 6ba25e4..29756f6 100644
--- a/audio/avctp.c
+++ b/audio/avctp.c
@@ -577,7 +577,7 @@ static void control_response(struct avctp_channel *control,
size_t operand_count)
{
struct avctp_pending_req *p = control->p;
- struct avctp_control_req *req = p->data;
+ struct avctp_control_req *req;
GSList *l;
if (p && p->transaction == avctp->transaction) {