drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46
authorDave Airlie <airlied@redhat.com>
Mon, 7 Feb 2011 02:00:51 +0000 (12:00 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 13 Feb 2011 23:22:51 +0000 (09:22 +1000)
commit16f9fdcbcce74102bed9a4b7ccc1fb05b5dd6ca3
tree26380e1cb53a8e2bb4ae1197f1ffeec43d61f9c1
parent091994cfb8e7d7a372c2d547778a91012d899e16
drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46

The old code dereferenced a value, the new code just needs to pass
the ptr.

fixes an oops looking at files in debugfs.

cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_ttm.c