From d2933a5b8f8f11cbdf9d2e44f0c7c7abeeb64e6b Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 30 Aug 2013 15:39:26 +0100 Subject: [PATCH] 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 Reviewd-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-format-patch failed