[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120928170939.GA18175@lizard>
Date: Fri, 28 Sep 2012 10:09:40 -0700
From: Anton Vorontsov <anton.vorontsov@...aro.org>
To: Mathieu Poirier <mathieu.poirier@...aro.org>
Cc: linux-kernel@...r.kernel.org, dwmw2@...radead.org
Subject: Re: [PATCH 33/57] power: u8500_charger: Delay for USB enumeration
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists