Re: [PATCH 2/3] acpi: Eliminate console msg if pstore.backend excludes ERST

2013-06-28 Thread Lenny Szubowicz
- Original Message - > From: "Tony Luck" > To: "Lenny Szubowicz" > Cc: "Anton Vorontsov" , "Matt Fleming" > , "Linux Kernel Mailing List" > , "n hamaguchi" , > "Don Zickus" > Sent:

Re: [PATCH 2/3] acpi: Eliminate console msg if pstore.backend excludes ERST

2013-06-28 Thread Tony Luck
On Fri, Jun 28, 2013 at 1:14 PM, Lenny Szubowicz wrote: > - if (pstore_register(&erst_info)) { > - pr_info(ERST_PFX "Could not register with persistent > store\n"); > + rc = pstore_register(&erst_info); > + if (rc) { > +

[PATCH 2/3] acpi: Eliminate console msg if pstore.backend excludes ERST

2013-06-28 Thread Lenny Szubowicz
This is patch 2/3 of a patch set that avoids what misleadingly appears to be a error during boot: ERST: Could not register with persistent store This message is displayed if the system has a valid ACPI ERST table and the pstore.backend kernel parameter has been used to disable use of ERST by psto