Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INIT
authorSamuel Holland <samuel@sholland.org>
Sat, 1 Aug 2020 16:29:55 +0000 (11:29 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 2 Aug 2020 18:01:17 +0000 (20:01 +0200)
Since commit cba736465e5c ("Bluetooth: hci_serdev: Remove setting of
HCI_QUIRK_RESET_ON_CLOSE."), this flag is ignored for hci_serdev users,
so let's remove setting it.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_h5.c

index e41854e..981d96c 100644 (file)
@@ -793,8 +793,6 @@ static int h5_serdev_probe(struct serdev_device *serdev)
        if (!h5)
                return -ENOMEM;
 
-       set_bit(HCI_UART_RESET_ON_INIT, &h5->serdev_hu.hdev_flags);
-
        h5->hu = &h5->serdev_hu;
        h5->serdev_hu.serdev = serdev;
        serdev_device_set_drvdata(serdev, h5);