[PATCH] ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.

2014-06-16 Thread Jingoo Han
On Sunday, June 15, 2014 9:11 AM, Martin Kepplinger wrote: > > Fix a sparse warning: ttm_bo_reserve()'s last argument is a > pointer to a struct, so use NULL as nullpointer. > > Signed-off-by: Martin Kepplinger Reviewed-by: Jingoo Han Best regards, Jingoo Han > --- > this applies to

[PATCH] ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.

2014-06-15 Thread Martin Kepplinger
Fix a sparse warning: ttm_bo_reserve()'s last argument is a pointer to a struct, so use NULL as nullpointer. Signed-off-by: Martin Kepplinger --- this applies to next-20140613. Please ignore if annoyingly irrelevant. drivers/gpu/drm/ttm/ttm_bo.c | 14 +++--- 1 file changed, 7