On 12/26/21 14:54, Ammar Faizi wrote:
Commit 930914b7d528fc ("powerpc/xive: Add a debugfs file to dump internal XIVE state") forgot to add a null check.Add it. Cc: Cédric Le Goater <c...@kaod.org> Cc: Michael Ellerman <m...@ellerman.id.au> Fixes: 930914b7d528fc6b0249bffc00564100bcf6ef75 ("powerpc/xive: Add a debugfs file to dump internal XIVE state") Signed-off-by: Ammar Faizi <ammarfai...@gmail.com>
Reviewed-by: Cédric Le Goater <c...@kaod.org> Thanks, C.