Bluetooth: Refactor hci_cs_le_create_conn
authorAndre Guedes <andre.guedes@openbossa.org>
Fri, 27 Jul 2012 18:10:13 +0000 (15:10 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Aug 2012 18:07:05 +0000 (15:07 -0300)
commitf00a06ac14becc3d78fecdf2513cc23ee267a96b
tree1e8d9fd60e17db6463499e087701d344912dfae3
parent847012c5e04544aef485dfec29c1c07dc90615a4
Bluetooth: Refactor hci_cs_le_create_conn

This patch does some code refactoring in hci_cs_le_create_conn
function. The hci_conn object is only needed in case of failure,
therefore hdev locking and hci_conn lookup were moved to
if-statement scope.

Also, the conn->state check was removed since we should always
close the connection if it fails.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_event.c