diff options
author | James Morse <james.morse@arm.com> | 2019-01-29 18:48:38 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-02-07 23:10:44 +0100 |
commit | 93066e9aefa16beb10bb4a32c2f1657822b57753 (patch) | |
tree | 7723e6c680ba59c3329bf54754d1c64c6b6e5c92 /drivers/input | |
parent | 78b0b690f6558ed788dccafa45965325dd11ba89 (diff) |
ACPI / APEI: Remove silent flag from ghes_read_estatus()
Subsequent patches will split up ghes_read_estatus(), at which
point passing around the 'silent' flag gets annoying. This is to
suppress prink() messages, which prior to commit 42a0bb3f7138
("printk/nmi: generic solution for safe printk in NMI"), were
unsafe in NMI context.
This is no longer necessary, remove the flag. printk() messages
are batched in a per-cpu buffer and printed via irq-work, or a call
back from panic().
Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions