4/6

drm: remove dead WARN_ON NULL check after GFP_NOFAIL allocation

kzalloc_obj with the __GFP_NOFAIL flag will never return NULL, so the subsequent WARN_ON(!ctx) is unreachable dead code. Remove it. Signed-off-by: Gou Hao gouhao@uniontech.com — drivers/gpu/drm/