From: Oliver Neukum Date: Fri, 17 Aug 2007 12:01:38 +0000 (+0200) Subject: USB: fix errornous assumption in the usb serial framework revealed by iuu_phoenix X-Git-Tag: v2.6.24-rc1~1395^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adceac5da3d353dd1318d0482cab94a79472adf;p=pandora-kernel.git USB: fix errornous assumption in the usb serial framework revealed by iuu_phoenix the iuu_phoenix driver submits another URB from a completion handler. This dictates a certain order of calls to usb_kill_urb() in kill_traffic(). As other drivers may do it the other way round, we need to use both orders in kill_traffic(). This patch does so and should be merged before iuu_phoenix is merged. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed