drm/nouveau: properly handle allocation failure in nouveau_sgdma_populate
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Mon, 22 Aug 2011 21:14:05 +0000 (23:14 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 9 Sep 2011 07:24:06 +0000 (17:24 +1000)
commit17c8b960930da3599e47801a54ac0ea1070545d2
treee0822fc2fb25b39e2b4fc957615a76ce0cdae0ed
parentcfd8be088e97a762902a4820f501fb13102984e9
drm/nouveau: properly handle allocation failure in nouveau_sgdma_populate

Not cleaning after alloc failure would result in crash on destroy,
because nouveau_sgdma_clear assumes "ttm_alloced" to be not null when
"pages" is not null.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_sgdma.c