From: Sergei Shtylyov Date: Thu, 9 May 2013 11:14:07 +0000 (+0000) Subject: 3c59x: fix PCI resource management X-Git-Tag: v3.10-rc2~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b264a1676e70dc656ba53a8cac690f2d4b65f4e;p=pandora-kernel.git 3c59x: fix PCI resource management The driver wrongly claimed I/O ports at an address returned by pci_iomap() -- even if it was passed an MMIO address. Fix this by claiming/releasing all PCI resources in the PCI driver's probe()/remove() methods instead and get rid of 'must_free_region' flag weirdness (why would Cardbus claim anything for us?). Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed