diff options
Diffstat (limited to 'drivers/bluetooth/bluecard_cs.c')
| -rw-r--r-- | drivers/bluetooth/bluecard_cs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c index 2830f58d6f77..8eebf9ca3786 100644 --- a/drivers/bluetooth/bluecard_cs.c +++ b/drivers/bluetooth/bluecard_cs.c @@ -739,6 +739,7 @@ static int bluecard_open(bluecard_info_t *info)  	hdev->type = HCI_PCCARD;  	hdev->driver_data = info; +	SET_HCIDEV_DEV(hdev, &info->p_dev->dev);  	hdev->open     = bluecard_hci_open;  	hdev->close    = bluecard_hci_close; | 
