summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_PCIDeviceSystemDeviceProvider.c')
-rw-r--r--src/hardware/LMI_PCIDeviceSystemDeviceProvider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c b/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
index 7231c08..84279c8 100644
--- a/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
+++ b/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
@@ -84,8 +84,8 @@ static CMPIStatus LMI_PCIDeviceSystemDeviceEnumInstances(
LMI_PCIDeviceRef_Init(&lmi_dev, _cb, ns);
LMI_PCIDeviceRef_Set_SystemCreationClassName(&lmi_dev,
- get_system_creation_class_name());
- LMI_PCIDeviceRef_Set_SystemName(&lmi_dev, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_PCIDeviceRef_Set_SystemName(&lmi_dev, lmi_get_system_name());
LMI_PCIDeviceRef_Set_CreationClassName(&lmi_dev,
LMI_ORGID "_" PCI_DEVICE_CLASS_NAME);
LMI_PCIDeviceRef_Set_DeviceID(&lmi_dev, device_id_str);