mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
pci: fix BRDIGE typo
Fix typo in macro name: PCI_CLASS_BRDIGE_PCI_INF_SUB. Signed-off-by: Don Koch <dkoch@verizon.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
e78e9ae4a9
commit
4268b09627
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ static int i82801b11_bridge_initfn(PCIDevice *d)
|
|||
if (rc < 0) {
|
||||
goto err_bridge;
|
||||
}
|
||||
pci_config_set_prog_interface(d->config, PCI_CLASS_BRDIGE_PCI_INF_SUB);
|
||||
pci_config_set_prog_interface(d->config, PCI_CLASS_BRIDGE_PCI_INF_SUB);
|
||||
return 0;
|
||||
|
||||
err_bridge:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue