From 0eff2a24d66cfa84ed803782c8614b4538126394 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Sun, 15 Jun 2014 02:10:39 +0200 Subject: [PATCH] ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg. 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 Signed-off-by: Dave Airlie --- Reading git-format-patch failed