Re: [PATCH] Bluetooth: hci_qca: Remove redundant initializations to zero

2019-03-05 Thread Balakrishna Godavarthi
On 2019-03-06 02:34, Matthias Kaehlcke wrote: 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 --- drivers/bluetooth/hci_qca.c | 19

[PATCH] Bluetooth: hci_qca: Remove redundant initializations to zero

2019-03-05 Thread Matthias Kaehlcke
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 --- drivers/bluetooth/hci_qca.c | 19 --- 1 file changed, 19 deletions(-) diff --git