Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01df8c31 authored by Szymon Janc's avatar Szymon Janc Committed by Gustavo Padovan
Browse files

Bluetooth: Fix some code style issues in hci_core.c

parent adc4266d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -534,7 +534,6 @@ int hci_dev_open(__u16 dev)
		set_bit(HCI_INIT, &hdev->flags);
		hdev->init_last_cmd = 0;

		//__hci_request(hdev, hci_reset_req, 0, HZ);
		ret = __hci_request(hdev, hci_init_req, 0,
					msecs_to_jiffies(HCI_INIT_TIMEOUT));