On Tue 2015-02-24 15:33:52, NeilBrown wrote: > If the phy has been told what current it can draw, it tells us > and now we use that number. > > Note that 'vbus_draw' is in mA, while usb_cur is in uA. > > Signed-off-by: NeilBrown <[email protected]>
Acked-by: Pavel Machek <[email protected]> > @@ -609,6 +610,7 @@ static int twl4030_bci_usb_ncb(struct notifier_block *nb, > unsigned long val, > void *priv) > { > struct twl4030_bci *bci = container_of(nb, struct twl4030_bci, usb_nb); > + unsigned *vbus_draw = priv; unsigned int? [Or better mA_t *? :-)] Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
