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:
3eb2342
)
drivers/staging/comedi/comedi_fops.c: add missing vfree
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sun, 22 Apr 2012 11:37:09 +0000
(13:37 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 24 Apr 2012 18:38:34 +0000
(11:38 -0700)
aux_free is freed on all other exits from the function. By removing the
return, we can benefit from the vfree already at the end of the function.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found