We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0291f commit bce5640Copy full SHA for bce5640
net/bluetooth/hci_sync.c
@@ -3360,6 +3360,7 @@ static const struct hci_init_stage amp_init1[] = {
3360
HCI_INIT(hci_read_flow_control_mode_sync),
3361
/* HCI_OP_READ_LOCATION_DATA */
3362
HCI_INIT(hci_read_location_data_sync),
3363
+ {}
3364
};
3365
3366
static int hci_init1_sync(struct hci_dev *hdev)
@@ -3394,6 +3395,7 @@ static int hci_init1_sync(struct hci_dev *hdev)
3394
3395
static const struct hci_init_stage amp_init2[] = {
3396
/* HCI_OP_READ_LOCAL_FEATURES */
3397
HCI_INIT(hci_read_local_features_sync),
3398
3399
3400
3401
/* Read Buffer Size (ACL mtu, max pkt, etc.) */
0 commit comments