From: Bartosz Markowski Date: Wed, 14 May 2014 13:56:17 +0000 (+0300) Subject: ath10k: get rid of pci_assign_resource() call from pci_probe X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~1^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a2f74e565db27d6b23276a4df16e00d789f60c;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed