mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-15 23:14:38 +08:00
audio: Add missing fall through declaration
This commit is contained in:
parent
f55b3a7ee9
commit
b8653aa78e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user