- Original Message -
> From: "Tony Luck"
> To: "Lenny Szubowicz"
> Cc: "Anton Vorontsov" , "Matt Fleming"
> , "Linux Kernel Mailing List"
> , "n hamaguchi" ,
> "Don Zickus"
> Sent:
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) {
> +
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
3 matches
Mail list logo