summaryrefslogtreecommitdiff
path: root/hw/pci-bridge
diff options
context:
space:
mode:
authorDon Koch <dkoch@verizon.com>2013-07-09 13:36:05 -0400
committerMichael S. Tsirkin <mst@redhat.com>2013-07-10 12:49:33 +0300
commit4268b096272657b129a014f6f019625c4c8df2c1 (patch)
treeca279b853f7b7013ab2663a5db88667e37f7c59f /hw/pci-bridge
parente78e9ae4a933504d383703870d491615b0261801 (diff)
downloadqemu-4268b096272657b129a014f6f019625c4c8df2c1.tar.gz
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>
Diffstat (limited to 'hw/pci-bridge')
-rw-r--r--hw/pci-bridge/i82801b11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-bridge/i82801b11.c b/hw/pci-bridge/i82801b11.c
index 5807a92d7f..b98bfb0664 100644
--- a/hw/pci-bridge/i82801b11.c
+++ b/hw/pci-bridge/i82801b11.c
@@ -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: