Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 09:37:24 +0000 (12:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 09:58:09 +0000 (11:58 +0200)
commit418025d1c390b3979f0fd3bb639f0a15026d0530
treebb9e57149aa2823af119ebd9eded1b215996c295
parentd7347f3cc2b63be0ea35b3239faf4b32fde2fb44
Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add

This is the last place using hci_pend_le_conn_add() and we can more
just as simply manipulate the list directly here.

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