From 08a3b7128e27f474046afa3f78b55df221c59dd9 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Mon, 5 May 2014 15:28:58 +0200 Subject: libopenlmi: minor fixes and improvements --- src/hardware/LMI_PCIDeviceProvider.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hardware/LMI_PCIDeviceProvider.c') diff --git a/src/hardware/LMI_PCIDeviceProvider.c b/src/hardware/LMI_PCIDeviceProvider.c index e2d0e55..edb1528 100644 --- a/src/hardware/LMI_PCIDeviceProvider.c +++ b/src/hardware/LMI_PCIDeviceProvider.c @@ -115,8 +115,8 @@ static CMPIStatus LMI_PCIDeviceEnumInstances( LMI_PCIDevice_Init(&lmi_dev, _cb, ns); LMI_PCIDevice_Set_SystemCreationClassName(&lmi_dev, - get_system_creation_class_name()); - LMI_PCIDevice_Set_SystemName(&lmi_dev, get_system_name()); + lmi_get_system_creation_class_name()); + LMI_PCIDevice_Set_SystemName(&lmi_dev, lmi_get_system_name()); LMI_PCIDevice_Set_CreationClassName(&lmi_dev, LMI_ORGID "_" PCI_DEVICE_CLASS_NAME); LMI_PCIDevice_Set_Caption(&lmi_dev, -- cgit