On Mon, Mar 11, 2013 at 01:59:08PM +0000, Luis Henriques wrote: > On Thu, Mar 07, 2013 at 04:24:27PM -0800, Sarah Sharp wrote: > > /* Reset the port */ > > @@ -3866,12 +3877,21 @@ static void hub_events(void) > > */ > > if (hub_port_warm_reset_required(hub, portstatus)) { > > int status; > > + struct usb_device *udev = > > + hub->ports[i - 1]->child; > > I believe the ->ports[] field isn't present in this stable kernel, and > 3.4 will fail to compile (same is true for 3.5 and 3.2). Gack, you're right. I compile tested 3.8, but stupidly forgot to test 3.4 and 3.2. My bad. I'll resubmit these. Sarah Sharp -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html