commit | 917522aae169ad02010dcee6ae42c16155bcd285 | [log] [tgz] |
---|---|---|
author | Frederic Danis <frederic.danis@linux.intel.com> | Fri Aug 28 15:44:00 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Aug 28 21:09:14 2015 +0200 |
tree | 8a851c48960641f5e54f4ff5adea54f0f833abd6 | |
parent | 618353b1f34947b3a399d6f51934f10df40e42ff [diff] |
Bluetooth: hci_bcm: Fix crash on suspend If bcm_suspend is called whithout device opened there is a crash as it tries to use bdev->hu which is NULL. Rename bcm_device_list_lock to bcm_device_lock as it does not only apply to bcm_device_list. Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>