Re: [PATCH 33/57] power: u8500_charger: Delay for USB enumeration

From: Anton Vorontsov
Date: Fri Sep 28 2012 - 13:12:13 EST


On Fri, Sep 28, 2012 at 10:56:50AM -0600, Mathieu Poirier wrote:
[...]
> >> + struct delayed_work usb_state_changed_work;
> >> struct delayed_work attach_work;
> >> struct delayed_work ac_charger_attached_work;
> >> struct delayed_work usb_charger_attached_work;
> >> + struct delayed_work vbus_drop_end_work;
> >> struct work_struct ac_work;
> >> struct work_struct detect_usb_type_work;
> >> struct work_struct usb_link_status_work;
> >> - struct work_struct usb_state_changed_work;
> >
> > This just moves line around. Doesn't belong to this patch.
>
> This is moving 'usb_state_changed_work' from type 'struct work_struct'
> to 'struct delayed_work'. Is it that you want to see the change on the
> same line rather than two different lines ?

Oh, I see. No, then it's fine as is.

Thanks!
--
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/