commit | 45e13e6e0aa954af2d4779a07262f4c12d6f032f | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Apr 21 14:09:58 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 29 17:24:31 2011 -0700 |
tree | 31067107be638d85102ac5347d69e029473802fe | |
parent | a0c25c20502e0c4a467f5d7e27b2a599cfe57abe [diff] |
usb: renesas_usbhs: modify fifo clear timing Pipe buffer should be cleaned before using it, but should NOT be cleaned in pipe "prepare" function. Because the pipe might be working in such timing. This patch fixup this issue. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>