From: Martin Kepplinger Date: Sun, 15 Jun 2014 00:10:39 +0000 (+0200) Subject: ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eff2a24d66cfa84ed803782c8614b4538126394;p=pandora-kernel.git 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-diff-tree failed