Re: [PATCH 1/3 v4] usb: chipidea: Reallocate regmap only if lpm isdetected

From: Chris Ruehl
Date: Tue Dec 03 2013 - 20:38:07 EST


@@ -642,6 +643,10 @@ static int ci_hdrc_probe(struct platform_device *pdev)
: CI_ROLE_GADGET;
}

+ /* only update vbus status for peripheral */
+ if (ci->role == CI_ROLE_GADGET)
+ ci_handle_vbus_change(ci);
+

This change seems unrelated to me.

Marc

My fault I test a patch from Fabio on the wrong working branch. I must be
more careful.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/