]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt
authorAndre Guedes <andre.guedes@openbossa.org>
Fri, 27 Jul 2012 18:10:15 +0000 (15:10 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Aug 2012 18:08:10 +0000 (15:08 -0300)
commit2dd4b02a37e71e9b02ffa6e0beb15cc0955d5867
treed6ad5e962e2b660ffa503def373719309c39b59f
parent00189ee3fe9d976b18447ddefb50c512d5e56031
Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt

This patch does a trivial code refactoring in hci_conn lookup in
hci_le_conn_complete_evt. It performs the hci_conn lookup at the
begining of the function since it is used by both flows (error
and success).

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