mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +00:00
powerpc/fadump: Fix build error introduced by recent cleanup
We spent so much time bike-shedding the printk() we missed that the next line was missing a semi-colon. And it seems none of our defconfigs turn on CONFIG_FA_DUMP. Fixes: 4a03749f140c ("powerpc/fadump: Trivial fix of spelling mistake, clean up message") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
43a1dd9b5f
commit
b5b1cfc5d4
@ -1010,7 +1010,7 @@ static int fadump_invalidate_dump(struct fadump_mem_struct *fdm)
|
||||
|
||||
if (rc) {
|
||||
pr_err("Failed to invalidate firmware-assisted dump registration. Unexpected error (%d).\n", rc);
|
||||
return rc
|
||||
return rc;
|
||||
}
|
||||
fw_dump.dump_active = 0;
|
||||
fdm_active = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user