From 085d5f0f3d0241600bd5a37efaf535049181b537 Mon Sep 17 00:00:00 2001 From: Daniel J Blueman Date: Thu, 1 Jul 2010 23:27:11 +0100 Subject: [PATCH] --- yaml --- r: 200741 b: refs/heads/master c: 980533b018fda7ae4c4fb6863b75a0e282d2ffd2 h: refs/heads/master i: 200739: a853083c132887594398c41fb708b80b9782d646 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/apei/erst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 897587b7a2d2..b2f2ed34d29a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 985b823b919273fe1327d56d2196b4f92e5d0fae +refs/heads/master: 980533b018fda7ae4c4fb6863b75a0e282d2ffd2 diff --git a/trunk/drivers/acpi/apei/erst.c b/trunk/drivers/acpi/apei/erst.c index 2ebc39115507..864dd46c346f 100644 --- a/trunk/drivers/acpi/apei/erst.c +++ b/trunk/drivers/acpi/apei/erst.c @@ -781,7 +781,7 @@ static int __init erst_init(void) status = acpi_get_table(ACPI_SIG_ERST, 0, (struct acpi_table_header **)&erst_tab); if (status == AE_NOT_FOUND) { - pr_err(ERST_PFX "Table is not found!\n"); + pr_info(ERST_PFX "Table is not found!\n"); goto err; } else if (ACPI_FAILURE(status)) { const char *msg = acpi_format_exception(status);