commit | 9c81f2b7e7835a2a1fb1c4e96e36f710fc4b0728 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Wed Aug 07 11:58:49 2019 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Sep 05 17:27:21 2019 +0200 |
tree | fd1aeb7bf5a480e58f6a7928cd4162350e1e1f9d | |
parent | ad4a6795e0cfd7f2954ff004e83f00e0aa097f4c [diff] |
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>