]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ecf58f7a4ac3e3d9ae8d91c4ae2b7618bd930a3
tree66826df9fd312dd376e521a708e9c88d0acae542
parenta7c1db0281ba81b42bbd6935199d9d9ba896c6a3
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