aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-05-27 21:04:53 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-05-30 08:49:20 +0200
commitfdee6d8fc630fa82e06d792f3adadab3bd48666e (patch)
treeb8359a7c76af3ec799f0f1720b92899ae2f08ad1 /drivers/bluetooth/hci_ldisc.c
parentBluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev code (diff)
downloadlinux-dev-fdee6d8fc630fa82e06d792f3adadab3bd48666e.tar.xz
linux-dev-fdee6d8fc630fa82e06d792f3adadab3bd48666e.zip
Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not working
Init hci_uart->init_ready so that hci_uart_init_ready() works properly. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/hci_ldisc.c')
-rw-r--r--drivers/bluetooth/hci_ldisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c
index 1c49964f5e60..963bb0309e25 100644
--- a/drivers/bluetooth/hci_ldisc.c
+++ b/drivers/bluetooth/hci_ldisc.c
@@ -195,7 +195,7 @@ restart:
clear_bit(HCI_UART_SENDING, &hu->tx_state);
}
-static void hci_uart_init_work(struct work_struct *work)
+void hci_uart_init_work(struct work_struct *work)
{
struct hci_uart *hu = container_of(work, struct hci_uart, init_ready);
int err;