From: Marcel Holtmann Date: Sat, 28 Mar 2015 22:18:58 +0000 (-0700) Subject: Bluetooth: Move memory location outside of hci_dev lock X-Git-Tag: omap-for-v4.2/o2_dc~131^2~69^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efcd8c98e0d195c09fd9141a7af32dd83e62a5cb;p=pandora-kernel.git 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 Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed