From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/avrcp-lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/avrcp-lib.c b/android/avrcp-lib.c index 12b6183..1de313b 100644 --- a/android/avrcp-lib.c +++ b/android/avrcp-lib.c @@ -1824,7 +1824,7 @@ static int parse_value(struct avrcp_header *pdu, uint8_t *number, */ if (*number > AVRCP_ATTRIBUTE_LAST || 1 + *number * 2 != pdu->params_len) { - number = 0; + *number = 0; return -EPROTO; } -- 1.8.3.2 -- 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