]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix returning proper HCI status from __hci_req_sync
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 23 Nov 2015 12:40:47 +0000 (14:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 23 Nov 2015 12:50:11 +0000 (13:50 +0100)
commit41acd8bd57162797b5effab71df5daaf02cf9f40
tree1ddec04421d48c132e12797030355155a1d0cbd4
parent9262039d69367c627311b01ad6b666d60b6985f4
Bluetooth: Fix returning proper HCI status from __hci_req_sync

There were a couple of code paths missed by the previous patch that
added a HCI status return parameter to __hci_req_sync. This patch adds
the missing assignments for them.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_request.c