From: Oliver Neukum Date: Tue, 28 Jul 2009 14:52:10 +0000 (-0300) Subject: V4L/DVB (12369): stv680: kfree called before usb_kill_urb X-Git-Tag: v2.6.32-rc1~679^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085575a325de87b4931a43c9d0a75ca0d3ba5075;p=pandora-kernel.git V4L/DVB (12369): stv680: kfree called before usb_kill_urb The irq handler will touch memory. Even in the error case some URBs may complete. Thus no memory must be kfreed before all URBs are killed. Signed-off-by: Oliver Neukum Acked-by: Greg Kroah-Hartman Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed