audio: Add missing fall through declaration

This commit is contained in:
Marcel Holtmann 2017-07-11 11:31:57 -07:00
parent f55b3a7ee9
commit b8653aa78e

View File

@ -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))