]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: get rid of pci_assign_resource() call from pci_probe
authorBartosz Markowski <bartosz.markowski@tieto.com>
Wed, 14 May 2014 13:56:17 +0000 (16:56 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 16 May 2014 13:50:26 +0000 (16:50 +0300)
commit6f1b34fb7f0d14cfd49793153dd55bf6cc0b03be
tree8c50be748b7e6fd7d790d4c7233e0b2256586656
parent90217607554b3d646004611b474c0a01b44b9f5e
ath10k: get rid of pci_assign_resource() call from pci_probe

On ARM-based (MSM mach), the pci_assign_resource() is passing
some invalid pointers and leading to L2 cache errors,
what prevents the PCI communication completly.

So far I have not found this funtion to be directly called by
any other wifi driver and did not found this assigning needed
on any other platform. So removing it completely.

Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c