From: Julia Lawall Date: Sun, 22 Apr 2012 11:37:09 +0000 (+0200) Subject: drivers/staging/comedi/comedi_fops.c: add missing vfree X-Git-Tag: v3.5-rc1~145^2~229^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abae41e6438b798e046d721b6ccdd55b4a398170;p=pandora-kernel.git drivers/staging/comedi/comedi_fops.c: add missing vfree 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed