From: Johan Hovold Date: Tue, 4 Jun 2013 16:50:29 +0000 (+0200) Subject: USB: keyspan: fix bogus array index X-Git-Tag: v3.10-rc5~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07088098a650267b2eda689538133a324b9523f;p=pandora-kernel.git USB: keyspan: fix bogus array index 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. Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed