From: Kuninori Morimoto Date: Mon, 10 Dec 2012 05:06:37 +0000 (-0800) Subject: usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timing X-Git-Tag: v3.8-rc4~25^2~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b64ce6fe0a9d4ce8cf97fea7fe5ec7125dea30;p=pandora-kernel.git usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timing usbhsh_ureq_free() free ureq which includes ubshs_pkt. But current driver used usbhs_pkt after freed ureq. This patch fixup this bug. Special thanks to Chen Reported-by: Chen Gang Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed