ath10k: initialise struct ath10k_bus params to zero
authorKalle Valo <kvalo@codeaurora.org>
Fri, 19 Apr 2019 07:28:52 +0000 (10:28 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 23 Apr 2019 13:23:54 +0000 (16:23 +0300)
commit6d084ac27ab4b2cc814b142459393e73c3cb47b9
tree3dc7cfbc9ca6a3de7b291cdc869b6198ba274e71
parente2a6b711282a371c5153239e0468a48254f17ca6
ath10k: initialise struct ath10k_bus params to zero

This way we don't need to set every variable and give them to default, which is
zero. This is also safer in case we forgot to initalise a new field in some of
the bus modules.

Compile tested only.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/ahb.c
drivers/net/wireless/ath/ath10k/pci.c
drivers/net/wireless/ath/ath10k/sdio.c
drivers/net/wireless/ath/ath10k/snoc.c
drivers/net/wireless/ath/ath10k/usb.c