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>
Sat, 8 Sep 2012 19:53:48 +0000 (16:53 -0300)
commit6b536b5e5e1da32f3ba1e3f42c7bf2f80d37dc6b
tree3ee798ccf9f41e54a8fd35c30fc63d8388f80f1d
parent7923296f3f9eebbe3d7bb4c99d73bd7a226e0146
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