From: Oliver Neukum Date: Sun, 28 Jun 2009 21:34:14 +0000 (+0200) Subject: USB: fix memleak in usbfs X-Git-Tag: v2.6.27.29~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f487d4dae272ae4431af968d67aa358d59c5479;p=pandora-kernel.git USB: fix memleak in usbfs commit d794a02111cd3393da69bc7d6dd2b6074bd037cc upstream. 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed