Bluetooth: hci_qca: Remove redundant initializations to zero
authorMatthias Kaehlcke <mka@chromium.org>
Wed, 7 Aug 2019 18:58:49 +0000 (11:58 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 5 Sep 2019 15:27:21 +0000 (17:27 +0200)
commit9c81f2b7e7835a2a1fb1c4e96e36f710fc4b0728
treefd1aeb7bf5a480e58f6a7928cd4162350e1e1f9d
parentad4a6795e0cfd7f2954ff004e83f00e0aa097f4c
Bluetooth: hci_qca: Remove redundant initializations to zero

The qca_data structure is allocated with kzalloc() and hence
zero-initialized. Remove a bunch of unnecessary explicit
initializations of struct members to zero.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c