Re: [PATCH 1/4] usb: move the OTG state from the USB PHY to the OTG structure

From: Antoine Ténart
Date: Wed Jul 23 2014 - 03:08:40 EST


Hi,

On Tue, Jul 22, 2014 at 04:33:54PM -0500, Bin Liu wrote:
> On Wed, Jul 9, 2014 at 5:17 AM, Antoine Ténart
> <antoine.tenart@xxxxxxxxxxxxxxxxxx> wrote:
> > diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c
> > index 7cccab6ff308..9a9702773e43 100644
> > --- a/drivers/usb/chipidea/debug.c
> > +++ b/drivers/usb/chipidea/debug.c
> > @@ -219,8 +219,7 @@ int ci_otg_show(struct seq_file *s, void *unused)
> > fsm = &ci->fsm;
> >
> > /* ------ State ----- */
> > - seq_printf(s, "OTG state: %s\n\n",
>
> Is this line removed by accident?
>
> > - usb_otg_state_string(ci->transceiver->state));
> > + usb_otg_state_string(ci->transceiver->otg.state));
> >
> > /* ------ State Machine Variables ----- */

It is. I'll fix this.

Thanks!

Antoine

--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
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/