From: Julia Lawall Date: Tue, 15 Nov 2011 22:53:11 +0000 (-0800) Subject: drivers/gpu/vga/vgaarb.c: add missing kfree X-Git-Tag: v3.2-rc3~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c916874d60d9daf2e2d5f4f622b185ef57deb6a4;p=pandora-kernel.git drivers/gpu/vga/vgaarb.c: add missing kfree kbuf is a buffer that is local to this function, so all of the error paths leaving the function should release it. Signed-off-by: Julia Lawall Cc: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed