From: Kishon Vijay Abraham I Date: Thu, 17 Jul 2014 09:00:40 +0000 (+0530) Subject: PCI: designware: Look for configuration space in 'reg', not 'ranges' X-Git-Tag: omap-for-v3.17/fixes-against-rc2~40^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd964df36d0e548e1806ec2ec275b62d4dc46e8;p=pandora-kernel.git PCI: designware: Look for configuration space in 'reg', not 'ranges' The configuration address space has so far been specified in *ranges*, however it should be specified in *reg* making it a platform MEM resource. Hence used 'platform_get_resource_*' API to get configuration address space in the designware driver. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Bjorn Helgaas Acked-by: Mohit Kumar Acked-by: Jingoo Han Cc: Jason Gunthorpe Cc: Marek Vasut Cc: Arnd Bergmann --- Reading git-diff-tree failed