From: Johan Hovold Date: Tue, 4 Jun 2013 16:50:29 +0000 (+0200) Subject: USB: keyspan: fix bogus array index X-Git-Tag: v3.2.47~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698cb96b51f336c18f4ca48597565bd3097f5d48;p=pandora-kernel.git USB: keyspan: fix bogus array index commit a07088098a650267b2eda689538133a324b9523f upstream. The outcont_endpoints array was indexed using the port minor number (which can be greater than the array size) rather than the device port number. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed