]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix unnecessary error message for HCI request completion
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 27 Nov 2018 09:37:46 +0000 (11:37 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 19 Dec 2018 13:37:03 +0000 (14:37 +0100)
commitb8259f3aa15953f0ba4d0b95c97d1270b9626647
tree05216bd984816e71bf8a5c3c2fc9c3f690b02068
parent0ec1e640fb2ae7380f83b97702fb81fd4d4908a2
Bluetooth: Fix unnecessary error message for HCI request completion

In case a command which completes in Command Status was sent using the
hci_cmd_send-family of APIs there would be a misleading error in the
hci_get_cmd_complete function, since the code would be trying to fetch
the Command Complete parameters when there are none.

Avoid the misleading error and silently bail out from the function in
case the received event is a command status.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c