aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ras/ras.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-01-25 16:30:35 +0200
committerBorislav Petkov <bp@suse.de>2019-01-25 16:40:40 +0100
commit9359a8cbcc77d4afb07444f341e39015d232bd55 (patch)
treec5983ebe1e9ac362fb3657057fecc0c8e4bed3d2 /drivers/ras/ras.c
parentx86/MCE/AMD: Carve out the MC4_MISC thresholding quirk (diff)
downloadlinux-dev-9359a8cbcc77d4afb07444f341e39015d232bd55.tar.xz
linux-dev-9359a8cbcc77d4afb07444f341e39015d232bd55.zip
RAS: Use consistent types for UUIDs
The commit 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized CPER section") brought inconsistency in UUID types which are used across the RAS subsystem. Fix this by using guid_t everywhere. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> Cc: "Steven Rostedt (VMware)" <rostedt@goodmis.org> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Thomas Tai <thomas.tai@oracle.com> Cc: Tony Luck <tony.luck@intel.com> Cc: Tyler Baicar <tbaicar@codeaurora.org> Link: https://lkml.kernel.org/r/20190125143035.81589-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'drivers/ras/ras.c')
-rw-r--r--drivers/ras/ras.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ras/ras.c b/drivers/ras/ras.c
index 3f38907320dc..95540ea8dd9d 100644
--- a/drivers/ras/ras.c
+++ b/drivers/ras/ras.c
@@ -14,7 +14,7 @@
#define TRACE_INCLUDE_PATH ../../include/ras
#include <ras/ras_event.h>
-void log_non_standard_event(const uuid_le *sec_type, const uuid_le *fru_id,
+void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id,
const char *fru_text, const u8 sev, const u8 *err,
const u32 len)
{