From: Julia Lawall Date: Sat, 17 Mar 2012 17:57:02 +0000 (+0100) Subject: drivers/gpu/drm/savage/savage_state.c: add missing kfree X-Git-Tag: v3.4-rc1~143^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10487658a0e5fd793ee5ba7ad645c060e4afbcd;p=pandora-kernel.git drivers/gpu/drm/savage/savage_state.c: add missing kfree 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed