From b8653aa78efa1c49bd5e8507ae6993036b80901b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Jul 2017 11:31:57 -0700 Subject: [PATCH] audio: Add missing fall through declaration --- profiles/audio/avdtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index 6b85b0755..004bf6514 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -2836,6 +2836,7 @@ static gboolean avdtp_parse_resp(struct avdtp *session, return avdtp_discover_resp(session, buf, size); case AVDTP_GET_ALL_CAPABILITIES: get_all = "ALL_"; + /* fall through */ case AVDTP_GET_CAPABILITIES: DBG("GET_%sCAPABILITIES request succeeded", get_all); if (!avdtp_get_capabilities_resp(session, buf, size)) -- 2.47.3