On 7/31/25 10:18 AM, Colin Ian King wrote: > Currently the pointer minor is being dereferenced before it is null > checked, leading to a potential null pointer dereference issue. Fix this > by dereferencing the pointer only after it has been null checked. > > Fixes: 4f89cf40d01e ("drm/msm: bail out late_init_minor() if it is not a GPU > device") > Signed-off-by: Colin Ian King <colin.i.k...@gmail.com> > ---
Reviewed-by: Konrad Dybcio <konrad.dyb...@oss.qualcomm.com> Konrad