mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
powerpc/powernv/dump: Fix typo in comment
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210914143802.54325-1-hegdevasant@linux.vnet.ibm.com
This commit is contained in:
committed by
Michael Ellerman
parent
2a24d80fc8
commit
ee87843795
@@ -419,7 +419,7 @@ void __init opal_platform_dump_init(void)
|
||||
int rc;
|
||||
int dump_irq;
|
||||
|
||||
/* ELOG not supported by firmware */
|
||||
/* Dump not supported by firmware */
|
||||
if (!opal_check_token(OPAL_DUMP_READ))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user