5/6

lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocations

kvcalloc with the __GFP_NOFAIL flag will never return NULL, so the subsequent NULL checks are unreachable dead code. Remove them. Signed-off-by: Gou Hao gouhao@uniontech.com — lib/test_hmm.c | 6