commit | 0eff2a24d66cfa84ed803782c8614b4538126394 | [log] [tgz] |
---|---|---|
author | Martin Kepplinger <martink@posteo.de> | Sun Jun 15 02:10:39 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 08 11:28:28 2014 +1000 |
tree | e8698feb6aea1024ff2303e8b40f23b4abbb8adb | |
parent | 2023d84d2c3b7a4b8fc5c64c08c59c4e1505e2d3 [diff] |
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 <martink@posteo.de> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Dave Airlie <airlied@redhat.com>