]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/fadump: Fix build error introduced by recent cleanup
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Jul 2016 13:45:56 +0000 (23:45 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Jul 2016 13:49:46 +0000 (23:49 +1000)
commit5a5b9210049ca26f3f00a3bbac07ad21dc31a6d5
tree8546577d3b40151b558fb0cba7fb90df29449363
parent4b634438fece4a7706f7709c5a2b8a800d3adff9
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: ece380ff1bf9 ("powerpc/fadump: Trivial fix of spelling mistake, clean up message")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/fadump.c