summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c')
-rw-r--r--src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c b/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
index 7f0c9b7..8fe6956 100644
--- a/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
+++ b/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
@@ -295,7 +295,7 @@ done:
sysfs_free_cpu_caches(&sysfs_cpu_caches, &sysfs_cpu_caches_nb);
if (error_msg) {
- KReturn2(_cb, ERR_FAILED, error_msg);
+ KReturn2(_cb, ERR_FAILED, "%s", error_msg);
}
CMReturn(CMPI_RC_OK);