git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21240f9
)
drivers/gpu/vga/vgaarb.c: add missing kfree
author
Julia Lawall
<julia@diku.dk>
Tue, 15 Nov 2011 22:53:11 +0000
(14:53 -0800)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 22 Nov 2011 20:21:10 +0000
(20:21 +0000)
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 <julia@diku.dk>
Cc: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found