From: Oliver Neukum Date: Wed, 17 Feb 2016 10:52:43 +0000 (+0100) Subject: usb: hub: fix a typo in hub_port_init() leading to wrong logic X-Git-Tag: v3.2.80~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a1fbc0770f7af526108eed8fb474ea87dd804e4;p=pandora-kernel.git usb: hub: fix a typo in hub_port_init() leading to wrong logic commit 0d5ce778c43bf888328231bcdce05d5c860655aa upstream. A typo of j for i led to a logic bug. To rule out future confusion, the variable names are made meaningful. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed