diff options
| author | Kalle Valo | 2019-05-27 14:15:29 +0200 |
|---|---|---|
| committer | Kalle Valo | 2019-05-27 14:15:29 +0200 |
| commit | 889ca18093423af7bf224416fe7548a7e13e82fc (patch) | |
| tree | d762982fd593bb797d3df49a462276c1fc37c161 /drivers/net/wireless/ath/ath10k/ahb.c | |
| parent | cxgb4: Make t4_get_tp_e2c_map static (diff) | |
| parent | ath10k: Check tx_stats before use it (diff) | |
| download | kernel-qcow2-linux-889ca18093423af7bf224416fe7548a7e13e82fc.tar.gz kernel-qcow2-linux-889ca18093423af7bf224416fe7548a7e13e82fc.tar.xz kernel-qcow2-linux-889ca18093423af7bf224416fe7548a7e13e82fc.zip | |
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 5.3. Major changes:
ath10k
* enable SDIO support, first one being QCA6174 hw3.2
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/ahb.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/ahb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/ahb.c b/drivers/net/wireless/ath/ath10k/ahb.c index 0bf726c55736..f80854180e21 100644 --- a/drivers/net/wireless/ath/ath10k/ahb.c +++ b/drivers/net/wireless/ath/ath10k/ahb.c @@ -740,7 +740,7 @@ static int ath10k_ahb_probe(struct platform_device *pdev) enum ath10k_hw_rev hw_rev; size_t size; int ret; - struct ath10k_bus_params bus_params; + struct ath10k_bus_params bus_params = {}; of_id = of_match_device(ath10k_ahb_of_match, &pdev->dev); if (!of_id) { |
