commit | efcd8c98e0d195c09fd9141a7af32dd83e62a5cb | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Mar 28 15:18:58 2015 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Sun Mar 29 07:57:00 2015 +0300 |
tree | 0c0f3dee6fab6c0c21b0caa4acac39d95159f79d | |
parent | 880897d4c9eedd69b33b9905a6919e3e4f58eae8 [diff] |
Bluetooth: Move memory location outside of hci_dev lock Taking the hci_dev lock for just a memory allocation seems a bit too much and not really needed. So instead try to allocate the memory first and then take the lock. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>