commit | b5b1cfc5d4d8457e98bbab0b8402c07b3938c3e6 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 05 23:45:56 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 05 23:49:46 2016 +1000 |
tree | 8546577d3b40151b558fb0cba7fb90df29449363 | |
parent | 43a1dd9b5fc64184e578ac1570d016d2862e00b2 [diff] |
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>