diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-07-02 13:05:10 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-07-02 13:05:10 +0900 |
commit | 12462d77ec78be9fb033580b7b64ddf9d0fee44b (patch) | |
tree | a21157428d46259ed2c8a727ac12a2e658d8181a /drivers/acpi/apei/erst.c | |
parent | 598ee698d9db7beb06e12f4ea9d9a5fbc03a3a77 (diff) | |
parent | 97e0214044d9f279a3d6286c9f859696ef0b7ebe (diff) | |
download | linux-12462d77ec78be9fb033580b7b64ddf9d0fee44b.tar.bz2 |
Merge branches 'sh/highmem' and 'sh/stable-updates'
Diffstat (limited to 'drivers/acpi/apei/erst.c')
-rw-r--r-- | drivers/acpi/apei/erst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/apei/erst.c b/drivers/acpi/apei/erst.c index 2ebc39115507..864dd46c346f 100644 --- a/drivers/acpi/apei/erst.c +++ b/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); |