You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Bluetooth: Convert controller hdev->type to hdev->bus
The hdev->type is misnamed and should be actually hdev->bus instead. So convert it now. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
@@ -582,7 +582,7 @@ static int bt3c_open(bt3c_info_t *info)
|
||||
|
||||
info->hdev = hdev;
|
||||
|
||||
hdev->type = HCI_PCCARD;
|
||||
hdev->bus = HCI_PCCARD;
|
||||
hdev->driver_data = info;
|
||||
SET_HCIDEV_DEV(hdev, &info->p_dev->dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user