Re: [PATCH] drm/v3d: pass null pointers using NULL

2021-11-11 Thread Melissa Wen
On 11/10, Colin Ian King wrote: > There are a couple of calls that are passing null pointers as > integer zeros rather than NULL. Fix this by using NULL instead. > > Fixes: 07c2a41658c4 ("drm/v3d: alloc and init job in one shot") > Signed-off-by: Colin Ian King > --- >

[PATCH] drm/v3d: pass null pointers using NULL

2021-11-10 Thread Colin Ian King
There are a couple of calls that are passing null pointers as integer zeros rather than NULL. Fix this by using NULL instead. Fixes: 07c2a41658c4 ("drm/v3d: alloc and init job in one shot") Signed-off-by: Colin Ian King --- drivers/gpu/drm/v3d/v3d_gem.c | 4 ++-- 1 file changed, 2