From: Kuninori Morimoto Date: Wed, 13 Jul 2011 05:01:29 +0000 (-0700) Subject: usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st pos X-Git-Tag: v3.1-rc2~14^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94c587e78811d95a5b0db094f984eeb99f86388;p=pandora-kernel.git usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st pos 1st pos of __usbhsg_for_each_uep() was wrong. Expected uep were ep1, ep2, ep3... but each uep were ep0, ep2, ep3 ... This patch modify it. Signed-off-by: Kuninori Morimoto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed