commit | 5f18cbdbdd42b050c51eb9859f8ce43db3f51846 | [log] [tgz] |
---|---|---|
author | Russell Currey <ruscur@russell.cc> | Thu May 02 17:39:46 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:58:11 2019 +1000 |
tree | a7a10c98da7bcec17e83ab9b560a07cfd11c13d7 | |
parent | c9e0fc33b8be52a7134ed0ee79b6a1e332e1b9d0 [diff] |
powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers Lovingly borrowed from the arch/arm64 ptdump code. This doesn't seem to be an issue in practice, but is necessary for my upcoming commit. Signed-off-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>