]> bbs.cooldavid.org Git - net-next-2.6.git/commit
agp/intel: Destroy the scatterlist on allocation failure
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 24 Jul 2010 17:29:37 +0000 (18:29 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:35:14 +0000 (19:35 -0700)
commit831cd4453598b2c8e193f077023910c6b0c39558
tree242d8e619cf40f3f760f4a26b16e6344f3ca6cfc
parent2bd34f6ca86b5a5f9b749624f73310820e7a93fd
agp/intel: Destroy the scatterlist on allocation failure

A side-effect of being able to use custom page allocations with the
sg_table is that it cannot reap the partially constructed scatterlist if
fails to allocate a page. So we need to call sg_free_table() ourselves
if sg_alloc_table() fails.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc Dave Airlie <airlied@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/char/agp/intel-gtt.c