From: Pavankumar Kondeti Date: Mon, 2 May 2011 06:26:30 +0000 (+0530) Subject: USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udc X-Git-Tag: v3.0-rc1~337^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5212b7688955075b166def5ce08b34beb87a9c;p=pandora-kernel.git USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udc The OUT endpoints are stored in 0 - hw_ep_max/2 and IN endpoints are stored from hw_ep_max/2 - hw_ep_max in ci13xxx_ep array. Retrieve the IN endpoint correctly while processing endpoint feature requests. Signed-off-by: Pavankumar Kondeti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed