Loading net/bluetooth/hci_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2202,7 +2202,7 @@ int hci_register_dev(struct hci_dev *hdev) if (id < 0) return id; sprintf(hdev->name, "hci%d", id); snprintf(hdev->name, sizeof(hdev->name), "hci%d", id); hdev->id = id; BT_DBG("%p name %s bus %d", hdev, hdev->name, hdev->bus); Loading Loading
net/bluetooth/hci_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2202,7 +2202,7 @@ int hci_register_dev(struct hci_dev *hdev) if (id < 0) return id; sprintf(hdev->name, "hci%d", id); snprintf(hdev->name, sizeof(hdev->name), "hci%d", id); hdev->id = id; BT_DBG("%p name %s bus %d", hdev, hdev->name, hdev->bus); Loading