drm/i915: Don't call sg_free_table() if sg_alloc_table() fails
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 30 Aug 2013 14:39:26 +0000 (15:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Sep 2013 17:18:00 +0000 (19:18 +0200)
commitd2933a5b8f8f11cbdf9d2e44f0c7c7abeeb64e6b
treef73d64a2d991def483e6db76c30b5d7e7d5c08ac
parent81b5c7bc8de3e6f63419139c2fc91bf81dea8a7d
drm/i915: Don't call sg_free_table() if sg_alloc_table() fails

One needs to call __sg_free_table() if __sg_alloc_table() fails, but
sg_alloc_table() does that for us already.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewd-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c