commit | 831cd4453598b2c8e193f077023910c6b0c39558 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jul 24 18:29:37 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Sun Aug 01 19:35:14 2010 -0700 |
tree | 242d8e619cf40f3f760f4a26b16e6344f3ca6cfc | |
parent | 2bd34f6ca86b5a5f9b749624f73310820e7a93fd [diff] |
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>