Skip to content

Commit

Permalink
Bluetooth: Remove debug statement for features complete event
Browse files Browse the repository at this point in the history
The complete list of local features are available through debugfs and
so there is no need to add a debug print here.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
  • Loading branch information
Marcel Holtmann authored and Gustavo Padovan committed Dec 4, 2013
1 parent bef34c0 commit d3d5dd3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,12 +538,6 @@ static void hci_cc_read_local_features(struct hci_dev *hdev,

if (hdev->features[0][5] & LMP_EDR_3S_ESCO)
hdev->esco_type |= (ESCO_2EV5 | ESCO_3EV5);

BT_DBG("%s features 0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x", hdev->name,
hdev->features[0][0], hdev->features[0][1],
hdev->features[0][2], hdev->features[0][3],
hdev->features[0][4], hdev->features[0][5],
hdev->features[0][6], hdev->features[0][7]);
}

static void hci_cc_read_local_ext_features(struct hci_dev *hdev,
Expand Down

0 comments on commit d3d5dd3

Please sign in to comment.