]> 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)
commitc831ed141e2d26da8b7215bfd5fa3eb5ce90f69b
tree1ddec04421d48c132e12797030355155a1d0cbd4
parenta99c94a839c9da4c995363704c2b9b955a1bb0f7
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