]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: fix memory debugging since fb3c4d1792f91d3f57e0b6d5ccf8d6ab2cc8a851
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)
commitdd2c0c515336d9dc49bf9f450d5249eea14191bd
tree26380e1cb53a8e2bb4ae1197f1ffeec43d61f9c1
parentb7a7070438e966afdf92d32f1e1b5a7fd8e48808
drm/radeon: fix memory debugging since fb3c4d1792f91d3f57e0b6d5ccf8d6ab2cc8a851

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