diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-10-16 10:24:55 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-10-16 13:47:35 +0400 |
commit | c2fa3edc58a262dfcb7aea78e24661e90e00098c (patch) | |
tree | b992ddc647211b26587d0d1e754a3017e3590645 /drivers/usb/dwc3 | |
parent | 01b8daf71b2fd2f6ece5f063a089abf4b13f1d6e (diff) | |
download | linux-c2fa3edc58a262dfcb7aea78e24661e90e00098c.tar.xz |
usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos
__usbhs_for_each_pipe() is the macro which moves around each pipe,
but it has a bug which didn't care about 1st pipe's position.
Because of this bug, it moves around
pipe0, pipe2, pipe3 ... even though it requested pipe1, pipe2, pipe3...
This patch modifies it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3')
0 files changed, 0 insertions, 0 deletions