Bluetooth: Remove HCI-owner field
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth / hci_core.c
index f23e32a645c8881f97c2819ddc90ac13278cdf26..58392a6b48b59aee4396b60793a4d77ebd3c8e84 100644 (file)
@@ -1548,8 +1548,7 @@ int hci_register_dev(struct hci_dev *hdev)
        struct list_head *head = &hci_dev_list, *p;
        int i, id, error;
 
-       BT_DBG("%p name %s bus %d owner %p", hdev, hdev->name,
-                                               hdev->bus, hdev->owner);
+       BT_DBG("%p name %s bus %d", hdev, hdev->name, hdev->bus);
 
        if (!hdev->open || !hdev->close)
                return -EINVAL;