From ee39d6d85cfcfa8e856c410c0ad4cd96e8fded55 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 17 Jan 2013 21:32:03 +0000 Subject: Import ACPICA 20130117. --- source/components/hardware/hwgpe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/components/hardware/hwgpe.c') diff --git a/source/components/hardware/hwgpe.c b/source/components/hardware/hwgpe.c index 8203916da501b..efeba2b5e7213 100644 --- a/source/components/hardware/hwgpe.c +++ b/source/components/hardware/hwgpe.c @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2012, Intel Corp. + * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -150,7 +150,7 @@ AcpiHwLowSetGpe ( break; default: - ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u\n", Action)); + ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u", Action)); return (AE_BAD_PARAMETER); } -- cgit v1.2.3