]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/bluetooth/hci_core.c
Bluetooth: Use zalloc when possible
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 18 Jun 2015 17:50:08 +0000 (20:50 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 18 Jun 2015 18:00:06 +0000 (21:00 +0300)
commit39ecfad68f14b71b6d1917c27eb01c4936f88bda
tree66826df9fd312dd376e521a708e9c88d0acae542
parent7e730c7f3d1f39c25cf5f7cf70c0ff4c28d7bec7
Bluetooth: Use zalloc when possible

Use zallog for adv_instance allocation instead of kmalloc + memset.
This also fixes the following coccinelle warning:

>> net/bluetooth/hci_core.c:2693:17-24: WARNING: kzalloc should be
used for adv_instance, instead of kmalloc/memset

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