From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- profiles/audio/avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c index ac861d2..4521bc4 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -2161,7 +2161,7 @@ static struct media_item *parse_media_folder(struct avrcp *session, name[namelen] = '\0'; } - item = media_player_create_folder(mp, name, type, uid); + item = media_player_create_folder(mp, name, type, uid); if (!item) return NULL; -- 1.8.4.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