summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-09-25 14:26:09 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-09-25 14:26:09 +0200
commitcb5d40a7166ea5f4566ce19de49780656c69b1b4 (patch)
treed1a193e7aedc68ea2d17a544a615053fc1eeb732 /src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
parent2e20f92522b659b206c907007d6f5757b406bb61 (diff)
parent3370cfe4beb83a31c0fd5f6e5ac6d8b1c3be9fd5 (diff)
downloadopenlmi-providers-cb5d40a7166ea5f4566ce19de49780656c69b1b4.tar.gz
openlmi-providers-cb5d40a7166ea5f4566ce19de49780656c69b1b4.tar.xz
openlmi-providers-cb5d40a7166ea5f4566ce19de49780656c69b1b4.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
Conflicts: src/hardware/LMI_PCIBridgeProvider.c src/hardware/LMI_PCIBridgeSystemDeviceProvider.c src/hardware/LMI_PCIDeviceProvider.c src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
Diffstat (limited to 'src/hardware/LMI_PCIBridgeSystemDeviceProvider.c')
-rw-r--r--src/hardware/LMI_PCIBridgeSystemDeviceProvider.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
index 6f947ab..2532c38 100644
--- a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
+++ b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
@@ -30,6 +30,8 @@ struct pci_access *acc_system_bridge = NULL;
static void LMI_PCIBridgeSystemDeviceInitialize()
{
+ lmi_init(provider_name, _cb, provider_config_defaults);
+
if (init_pci_access(&acc_system_bridge, PCI_FILL_CLASS) != 0) {
error("Failed to access the PCI bus.");
abort();