Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags
authorNicolas Boichat <drinkcat@chromium.org>
Tue, 21 Jul 2020 02:37:15 +0000 (10:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:24:01 +0000 (08:24 +0200)
commitf744a3086f15e9d577ef0c8d58ffa6f3c34269ce
tree25470f79a5f254f437e40836e585c9576caabe30
parent4bd896e23adb60aa379b8f27ae534d17fc4deaee
Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags

[ Upstream commit a7ad4b6119d740b1ec5788f1b98be0fd1c1b5a5a ]

HCI_UART_RESET_ON_INIT belongs in hdev_flags, not flags.

Fixes: ce945552fde4a09 ("Bluetooth: hci_h5: Add support for serdev enumerated devices")
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bluetooth/hci_h5.c