Value stored to req is never read before writing it again. --- audio/avctp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.7.9.5 -- 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