ath10k: fix error handling in pci_probe
authorMichal Kazior <michal.kazior@tieto.com>
Fri, 10 Apr 2015 13:01:27 +0000 (13:01 +0000)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 17 Apr 2015 06:32:40 +0000 (09:32 +0300)
commitd9585a92c79bb479040ab5ceff61d3f2b6864357
tree5ac06dc2be922ff7067873db8b50a6f67ef435fb
parent26bea13a65654b21b224a47daf02827c79302f2e
ath10k: fix error handling in pci_probe

If chip_id wasn't recognized clean up code wasn't
executed properly. It would skip freeing memory
causing a leak and irqs causing possibly MSI
warning splats later or even kernel crashes.

Fixes: 1a7fecb766c8 ("ath10k: reset chip before reading chip_id in probe")
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c
This page took 0.029634 seconds and 5 git commands to generate.