From: Oliver Neukum Date: Sun, 28 Jun 2009 21:34:14 +0000 (+0200) Subject: USB: fix memleak in usbfs X-Git-Tag: v2.6.31-rc3~4^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d794a02111cd3393da69bc7d6dd2b6074bd037cc;p=pandora-kernel.git USB: fix memleak in usbfs This patch fixes a memory leak in devio.c::processcompl If writing to user space fails the packet must be discarded, as it already has been removed from the queue of completed packets. Signed-off-by: Oliver Neukum Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed