]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: fix ttm_bo_add_ttm(user) failure path
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Mon, 22 Aug 2011 21:17:57 +0000 (21:17 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 23 Aug 2011 08:34:18 +0000 (09:34 +0100)
commitf391d81258468643b69b45d9e7093ae12375fca1
tree30e6dcabe064a1c893fb2721224b7eefffa90419
parent071ec40bb2e5046c843398b3e5fc1b2d8d73a36e
drm/ttm: fix ttm_bo_add_ttm(user) failure path

ttm_tt_destroy kfrees passed object, so we need to nullify
a reference to it.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: stable@kernel.org
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/ttm_bo.c