]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Remove unneeded zero init
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 31 Aug 2012 13:39:28 +0000 (16:39 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 31 Aug 2012 17:53:35 +0000 (10:53 -0700)
commit1e00c2fd91b3068a8a2ed0a73603012a10f569ca
tree88ecab072d844266dcaae44dc09f857f01a930e1
parent2032834f1d06fdc01b1c1e71573f6d60a1305581
Bluetooth: Remove unneeded zero init

hdev is allocated with kzalloc so zero initialization is not needed.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c