[bug report] drm/amdgpu: add ring buffer information in devcoredump

Dan Carpenter dan.carpenter at linaro.org
Sat Mar 16 09:12:17 UTC 2024


The static checker is just complaining about NULL checking that doesn't
make sense.  It raises the question, can the pointer be NULL or not?

Based on your comments and from reviewing the code, I do not think it
can be NULL.  Thus the correct thing is to remove the unnecessary NULL
check.

regards,
dan carpenter



More information about the amd-gfx mailing list