Commit cf48fb6a2bf2e59990e1438d0dedc706df911996
Committed by
Jesse Barnes
1 parent
63ab387ca0
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
PCI: fix bridge I/O window bus-to-resource conversion
In 5bfa14ed9f3c, I forgot to initialize res2.flags before calling pcibios_bus_to_resource(), which depends on the resource type to locate the correct aperture. This bug won't hurt x86, which currently never has an offset between bus and CPU addresses, but will affect other architectures. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
drivers/pci/probe.c