Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200741
b: refs/heads/master
c: 980533b
h: refs/heads/master
i:
  200739: a853083
v: v3
  • Loading branch information
Daniel J Blueman authored and Linus Torvalds committed Jul 2, 2010
1 parent 8c5517b commit 085d5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 985b823b919273fe1327d56d2196b4f92e5d0fae
refs/heads/master: 980533b018fda7ae4c4fb6863b75a0e282d2ffd2
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/apei/erst.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 085d5f0

Please sign in to comment.