From: Thierry Reding Date: Mon, 21 Jul 2014 11:15:51 +0000 (+0200) Subject: drm/ttm: Fix a few sparse warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3939e07920f4a5405aba5f40529fd0fdd1dfb5;p=pandora-kernel.git drm/ttm: Fix a few sparse warnings The final parameter to ttm_bo_reserve() is a pointer, therefore callers should use NULL instead of 0. Fixes a bunch of sparse warnings of this type: warning: Using plain integer as NULL pointer Signed-off-by: Thierry Reding Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed