1/6

powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation

kzalloc_objs with the __GFP_NOFAIL flag will never return NULL, so the subsequent NULL check is unreachable dead code. Remove it. Signed-off-by: Gou Hao gouhao@uniontech.com Reviewed-by: Wentao Gua