drivers/gpu/drm/savage/savage_state.c: add missing kfree
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 17 Mar 2012 17:57:02 +0000 (18:57 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Mar 2012 08:45:31 +0000 (08:45 +0000)
Most of the error handling code in this function frees the buffers
kcmd_addr, kvb_addr, and kbox_addr allocated at the beginning of this
function.  These two branches are changed to do the same.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found