From: Yinghai Lu Date: Sat, 23 Aug 2014 01:15:07 +0000 (-0700) Subject: PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61b0e87d2dfba3706dbbd6c7c6fd41c3d845685;p=pandora-kernel.git PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() In 5b28541552ef ("PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources"), we added IORESOURCE_MEM_64 to the mask in pci_assign_unassigned_root_bus_resources(), but not to the mask in pci_assign_unassigned_bridge_resources(). Add IORESOURCE_MEM_64 to the pci_assign_unassigned_bridge_resources() type mask. Fixes: 5b28541552ef ("PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources") Signed-off-by: Yinghai Lu Signed-off-by: Bjorn Helgaas CC: stable@vger.kernel.org # v3.16+ --- Reading git-diff-tree failed