From: Kuninori Morimoto Date: Tue, 16 Oct 2012 06:24:55 +0000 (-0700) Subject: usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos X-Git-Tag: v3.7-rc2~17^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fa3edc58a262dfcb7aea78e24661e90e00098c;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed