UPSTREAM: siemens/sitemp_g1p1: Fix typo
BUG=None BRANCH=None TEST=None Change-Id: I879cb0559314c62c17407f1a61ed2f4c9c99fdfc Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Found-by: Coverity Scan #1287066 Reviewed-on: https://review.coreboot.org/15981 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://chromium-review.googlesource.com/366296 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
9ffa27b6c8
commit
777f78a3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ static void detect_hw_variant( device_t dev )
|
|||
}
|
||||
// restore changes made for device 2
|
||||
dev2->bus->secondary = secondary;
|
||||
dev2->bus->secondary = subordinate;
|
||||
dev2->bus->subordinate = subordinate;
|
||||
pci_write_config32(dev2, PCI_PRIMARY_BUS, pci_primary_bus);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue