From: Sarah Sharp Date: Thu, 27 Aug 2009 21:36:14 +0000 (-0700) Subject: USB: xhci: Don't touch xhci_td after it's freed. X-Git-Tag: v2.6.32-rc1~174^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9191eee7b8a0e18c07c06d6da502706805cab6d2;p=pandora-kernel.git USB: xhci: Don't touch xhci_td after it's freed. On a successful transfer, urb->td is freed before the URB is ready to be given back to the driver. Don't touch urb->td after it's freed. This bug would have only shown up when xHCI debugging was turned on, and the freed memory was quickly reused for something else. Signed-off-by: Sarah Sharp Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed